学习chrome-extension优秀插件
学习chrome-extension优秀插件
newtabnewquote
- 新标签页显示一句话
- github地址:rahuls/newtabnewquote: A Chrome extension which shows a new quote on each new tab.
chrome extension 在线调试开发
原理:chrome 扩展程序加载的是一个文件夹,文件夹更新,扩展包自动更新,因此只需要在本地更改扩展包,就完成了在线调试;
so : 可以借助 webpack 本地打包,就可以完成了;
参考
samuelsimoes/chrome-extension-webpack-boilerplate: A basic foundation boilerplate for rich Chrome Extensions using Webpack to help you write modular and modern Javascript code, load CSS easily and automatic reload the browser on code changes.
EmailThis/extension-boilerplate: ⚡️ A template for building cross browser extensions for Chrome, Opera & Firefox.

浙公网安备 33010602011771号