a Chrome extension tools built with Vite + Vue, and Manifest v3
本项目基于 create-chrome-ext 模板进行修改
- 增加 github action 自动构建,自动发布 Release
- 目录结构调整
- 增加注释
- Check if your
Node.js
version is >= 18. - Change or configure the name of your extension on
src/manifest
. - Run
npm install
to install the dependencies.
cd chrome-extension-vue-template
yarn dev
- set your Chrome browser 'Developer mode' up
- click 'Load unpacked', and select
chrome-extension-vue-template/build
folder
- access
http://0.0.0.0:3000/
- when debugging popup page, open
http://0.0.0.0:3000//popup.html
- when debugging options page, open
http://0.0.0.0:3000//options.html
After the development of your extension run the command
$ npm run build