在Vue.js 上快速创建Chrome插件,开发实现热加载无需在手动刷新扩展 (Quickly create Chrome plugins on Vue.js and develop hot loading without manually refreshing the extension )
├── src
│ ├── assets
│ ├── background.js // background runtime 运行时
│ ├── components
│ ├── content // content-script 运行时
│ │ └── content.js
│ ├── pages
│ │ ├── popup
│ │ │ ├── index.html
│ │ │ ├── index.js
│ │ │ └── index.vue
│ │ └── welcome
│ │ ├── index.html
│ │ ├── index.js
│ │ └── index.vue
│ ├── public
│ │ ├── images
│ │ │ ├── 128px.png //logo
│ │ │ ├── 16px.png
│ │ │ └── 48px.png
│ └── style.css
├── manifest.json //manifest.json 清单文件
├── package-lock.json
├── package.json
├── postcss.config.js
├── tailwind.config.js
└── vite.config.js
$ git clone https://github.com/2322312693/chrome-extension-template-vue.git
$ npm install
$ npm run dev
$ npm run build
More technical support
AI completes multi-language Chrome extension with one click
Real-time logging of plugin log error information
Email:[email protected]