Skip to content

LateDreamXD/chrome-plugin-template

Repository files navigation

chrome-plugin-template

my plugin template for chrome powered by tsdown

features

  • typescript support
  • public directory
  • auto generate manifest
  • github actions for testing and releasing

usage

  1. clone this repository
    git clone --depth 1 https://github.com/LateDreamXD/chrome-plugin-template.git
  2. install dependencies
    pnpm install
  3. make your own plugin
    • modify package.json
    • add your own source code in src directory
  4. build the plugin
    pnpm build
    the built plugin will be in dist directory

About

my plugin template for chrome powered by tsdown

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors