-
Notifications
You must be signed in to change notification settings - Fork 536
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* V2版本 分离高级用法 精简默认代码 * 修改V2 打包脚本 * V2版本 分离高级用法 精简默认代码
- Loading branch information
1 parent
a1bcd5b
commit fabc58d
Showing
13 changed files
with
657 additions
and
445 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,11 @@ | ||
# 启用同时支持 chromium 和 firefox | ||
|
||
## [WebExtensions incognito](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/manifest.json/incognito) | ||
|
||
## 高级玩法测试例子 | ||
## 发现 v2 版本功能齐全,具有 WebUI 的的扩展 [HeaderEditor](https://github.com/FirefoxBar/HeaderEditor.git) | ||
|
||
- https://gerrit.googlesource.com/gerrit | ||
- https://www.chromium.org | ||
- https://chromium.googlesource.com/ | ||
- https://source.chromium.org/chromium | ||
- https://cs.opensource.google/ | ||
## v2 版本扩展支持 chromium 内核版本 49 | ||
|
||
## 发现 v2 版本功能齐全的扩展[HeaderEditor](https://github.com/FirefoxBar/HeaderEditor.git) | ||
## v2 版本 与 v3 最大的区别: | ||
|
||
> HeaderEditor 没有提供 v3 版本。但是它的界面很好用 | ||
> V3 版本不允许通过 javascript 脚本 动态 http 的修改请求头和响应头 | ||
## 本扩展的 v2 版本支持 chromium 内核版本 49 | ||
## [WebExtensions incognito](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/manifest.json/incognito) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
background-default.js |
Oops, something went wrong.