1 Star 0 Fork 0

lunny / SmartRss

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
manifest.json 717 Bytes
一键复制 编辑 原始数据 按行查看 历史
lunny 提交于 2013-03-15 16:37 . init
{
"update_url":"http://clients2.google.com/service/update2/crx",
"background_page": "background.html",
"options_page": "options.html",
"content_scripts": [ {
"js": [ "feed_finder.js" ],
"matches": ["http://*/*", "https://*/*"]
} ],
"description": "Allow you to subscribe RSS feed to Google Reader by pressing one button and check if it was subscribed.",
"icons": {
"128": "128.png"
},
"name": "Smart RSS Subscriber for Google Reader™",
"page_actions": [ {
"icons": [ "feed-icon-16x16.png", "128-2.png" ],
"id": "RssPageAction",
"name": "Subscribe to this feed"
} ],
"permissions": [ "tabs", "http://*/*", "https://*/*" ],
"version": "0.1.5"
}
JavaScript
1
https://gitee.com/lunny/smartrss.git
git@gitee.com:lunny/smartrss.git
lunny
smartrss
SmartRss
master

搜索帮助