Chrome extension development
There are multiple resources to develop application for browsers
Currently focussing on Vue + Vite + Tailwind
Documentation
To get started the best way is to refer the documentation and resources provided by the [[google]] developer ecosystem https://developer.chrome.com/docs/extensions/ https://developer.chrome.com/docs/extensions/mv3/
To start development
The best way to start development is using the following library which installs [[boilerplate]] code as per the requirements https://github.com/guocaoyi/create-chrome-ext To install:
npm create chrome-extTo start / initialise the project
crx my-crx-app[[google]]
Last updated