1 Star 4 Fork 2

Rococy/Retween

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
manifest.json 547 Bytes
一键复制 编辑 原始数据 按行查看 历史
Rococy 提交于 2023-05-11 20:23 . 📃 docs: 修改版本号为1.1.0
{
"manifest_version": 3,
"name": "Retween",
"version": "1.1.0",
"description": "Chrome网络代理插件",
"author": "Rococy",
"icons": {
"32": "img/system-logo32x32.png",
"64": "img/system-logo64x64.png"
},
"background": {
"service_worker": "js/background.js",
"type": "module"
},
"action": {
"default_icon": "img/system-logo64x64.png",
"default_title": "Retween",
"default_popup": "html/popup.html"
},
"options_page": "html/config.html",
"host_permissions": ["*://*/*"],
"permissions": ["tabs", "proxy", "storage"]
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
HTML
1
https://gitee.com/rococy/retween.git
git@gitee.com:rococy/retween.git
rococy
retween
Retween
master

搜索帮助