支持FireFox的版本#8
Open
Stevethepawn wants to merge 1 commit into
Open
Conversation
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
改动内容
新增 Firefox 支持,使插件能够在 Firefox 浏览器中运行。
修改 manifest.json 以兼容 Firefox WebExtension。
新增 Firefox_Installation_Guide.md,提供在 Firefox 中安装和使用的说明。
兼容性
已在 Firefox 最新版本中通过本地测试。
说明:由于 Firefox 目前主要支持 Manifest V2,而 Chrome 即将逐步淘汰 Manifest V2,转向 Manifest V3,因此在未来的 Chrome 版本中可能会存在兼容性问题。
测试方法
打开 Firefox,进入 about:debugging#/runtime/this-firefox。
选择 临时载入附加组件,加载本仓库下的 manifest.json。
确认插件能够正常运行。
备注
欢迎进一步 review 并提出修改建议。