1. 首页
  2. 工具软件

chrome extension 在线调试开发

## 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.](https://github.com/samuelsimoes/chrome-extension-webpack-boilerplate)
[EmailThis/extension-boilerplate: ⚡️ A template for building cross browser extensions for Chrome, Opera & Firefox.](https://github.com/EmailThis/extension-boilerplate)

## Chrome 插件英雄榜

[zhaoolee/ChromeAppHeroes: 🌈 谷粒-Chrome 插件英雄榜, 为优秀的 Chrome 插件写一本中文说明书, 让 Chrome 插件英雄们造福人类~ ChromePluginHeroes, Write a Chinese manual for the excellent Chrome plugin, let the Chrome plugin heroes benefit the human~](https://github.com/zhaoolee/ChromeAppHeroes)

发表评论

邮箱地址不会被公开。