Closed jingjingxyk closed 1 year ago
升级 josdejong/svelte-jsoneditor 并确定其版本为 v0.17.8 支持 firefox 浏览器,firefox 版本需要 >= v113 添加 python 脚本 便捷修改 manifest.json 文件,打包时构建支持firefox 版本
# 查看帮助 python3 extension/tools/update-manifest.py --help # 切换mainfest.json 支持 chromium 系浏览器 python3 extension/tools/update-manifest.py chromium # 切换mainfest.json 支持 firefix 系浏览器 python3 extension/tools/update-manifest.py firefox
兼容firefox原理:
{ "service_worker": "js/background.js", "type": "module" }
替换为
{ "page": "background-page.html" }
默认功能已无问题。 高级功能目前还有问题,等待迭代 firefox 加载,需要自己打开权限
变更
mainifest v3 兼容 firefox 工具
兼容firefox原理:
替换为
默认功能已无问题。 高级功能目前还有问题,等待迭代 firefox 加载,需要自己打开权限