my plugin template for chrome powered by tsdown
- typescript support
- public directory
- auto generate manifest
- github actions for testing and releasing
- clone this repository
git clone --depth 1 https://github.com/LateDreamXD/chrome-plugin-template.git
- install dependencies
pnpm install
- make your own plugin
- modify
package.json - add your own source code in
srcdirectory
- modify
- build the plugin
the built plugin will be in
pnpm build
distdirectory