1 Star 16 Fork 3

巴拉迪维 / osc-edge-extension

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
manifest.json 592 Bytes
一键复制 编辑 原始数据 按行查看 历史
巴拉迪维 提交于 2021-01-08 17:27 . v1.0 import
{
"name": "开源中国",
"version": "1.0",
"version_name": "1.0 (build 2101081710)",
"description": "开源中国(oschina.net) Microsoft Edge 浏览器插件",
"background": {
"scripts": ["js/background.js"],
"persistent": false
},
"browser_action": {
"default_title": "开源中国"
},
"icons": {
"128": "icon_128.png"
},
"permissions": [
"tabs",
"webNavigation",
"https://*.oschina.net/*",
"bookmarks",
"storage"
],
"incognito": "split",
"manifest_version": 2
}
JavaScript
1
https://gitee.com/barat/osc-edge-extension.git
git@gitee.com:barat/osc-edge-extension.git
barat
osc-edge-extension
osc-edge-extension
master

搜索帮助