2 Star 1 Fork 0

司马他 / Montage GTD Chrome Extension

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
manifest.json 512 Bytes
一键复制 编辑 原始数据 按行查看 历史
司马他 提交于 2017-11-14 20:17 . init
{
"name": "Montage GTD",
"description": "Montage GTD 高效管理你的时间,分享记录你的想法",
"version": "1.0",
"browser_action": {
"default_icon": "icon-bitty.png",
"default_popup": "popup.html"
},
"options_page": "options.html",
"permissions": ["contextMenus","activeTab","storage","notifications"],
"icons": {
"16": "icon-bitty.png",
"48": "icon-small.ico",
"128": "icon-large.ico"
},
"background": {
"scripts": ["background.js"]
},
"manifest_version": 2
}
JavaScript
1
https://gitee.com/accacc/Montage-GTD-Chrome-Extensions.git
git@gitee.com:accacc/Montage-GTD-Chrome-Extensions.git
accacc
Montage-GTD-Chrome-Extensions
Montage GTD Chrome Extension
master

搜索帮助