67 Star 278 Fork 75

Karson / tinytools

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
manifest.json 868 Bytes
一键复制 编辑 原始数据 按行查看 历史
Karson 提交于 2016-09-20 17:10 . No commit message
{
"background": {
"persistent": true,
"scripts": ["js/background.js"]
},
"content_scripts": [
],
"author": "Karson",
"browser_action": {
"default_icon": "img/logo/icon48.png",
"default_popup": "popup.html"
},
"description": "Tiny tools",
"icons": {
"16": "img/logo/icon16.png",
"48": "img/logo/icon48.png",
"128": "img/logo/icon128.png"
},
"manifest_version": 2,
"name": "Tiny tools",
"permissions": [
"webRequest",
"webRequestBlocking",
"contextMenus",
"http://*/*",
"https://*/*",
"<all_urls>",
"tabs",
"*://*/*",
"clipboardWrite",
"clipboardRead"],
"update_url": "https://clients2.google.com/service/update2/crx",
"version": "1.0.1"
}
JavaScript
1
https://gitee.com/karson/tinytools.git
git@gitee.com:karson/tinytools.git
karson
tinytools
tinytools
master

搜索帮助