chrome 插件开发

史烨
2023-12-01

官方文档

谷歌(Chrome)浏览器插件开发教程

脚手架的地址 extension-boilerplate

Funds

用VueJS写一个Chrome浏览器插件

用 Vue 开发自己的 Chrome 扩展程序

https://github.com/Kocal/vue-web-extension

The documentation can be found on vue-web-extension.netlify.app. Please check the documentation website and the open and closed issues, before raising a new issue.

  • Usage
$ vue create --preset kocal/vue-web-extension my-extension
$ cd my-extension
$ npm run build
  • npm run build
Build the extension into dist folder for production.

A zip file is also built and is located in artifacts directory.
  • npm run serve
Build the extension for development and watch over file changes.

It also automatically reload your extension into your browsers, thanks to webpack-extension-reloader plugin.
 类似资料: