chrome-extension-template-vue

vue chrome extension template (chrome浏览器扩展模板-Vue)

Stars
3
Committers
1

Vue 3 + Vite +Tailwindcss Extensions Template

在Vue.js 上快速创建Chrome插件,开发实现热加载无需在手动刷新扩展 (Quickly create Chrome plugins on Vue.js and develop hot loading without manually refreshing the extension )

Structure 结构


├── 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 consultation && Sponsorship

More technical support

AI completes multi-language Chrome extension with one click

Real-time logging of plugin log error information

Contact me for technical support and technical exchange

Email:[email protected]

Developed Chrome extensions with over 300,000 users