RSS Alert
Notifies user of new posts in RSS feeds
什么是RSS Alert?
RSS Alert是由adamzr开发的Chrome扩展程序,该扩展的主要功能是“Notifies user of new posts in RSS feeds”。
扩展截图
下载RSS Alert扩展crx文件
下载RSS Alert扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
With RSS Alert you'll never miss a new post on your favorite blog again. Simply click the RSS Alert button add the RSS, Atom, or Media RSS feed for the site you'd like to monitor and you'll get a notification whenever there's a new post. Multiple feeds can be monitored at once! The permissions required are to use Google's Feed API. Icons by: http://www.fasticon.com Thank you to TechEmpower!
扩展基本信息
名称 | RSS Alert |
ID | lemgijjifkaldmklohlmjaplmfobgich |
官方URL | https://chromewebstore.google.com/detail/rss-alert/lemgijjifkaldmklohlmjaplmfobgich |
简介 | Notifies user of new posts in RSS feeds |
文件大小 | 78.41 KB |
安装次数 | 2,129 |
当前版本 | 0.3 |
更新时间 | 2014-12-01 |
上架时间 | 2014-11-30 |
评分 | 2.85/5 共34次评分 |
开发者 | adamzr |
付费类型 | free |
扩展官网 | https://github.com/adamzr/RSS-Alert/ |
帮助页面URL | https://github.com/adamzr/RSS-Alert/issues |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "RSS Alert", "version": "0.3", "manifest_version": 2, "description": "Notifies user of new posts in RSS feeds", "icons": { "128": "128.png", "48": "48.png", "16": "16.png" }, "browser_action": { "default_icon": "19.png", "default_title": "RSS Alert", "default_popup": "popup.html" }, "background": { "persistent": true, "page": "background.html" }, "content_security_policy": "script-src 'self' https:\/\/www.google.com https:\/\/ssl.google-analytics.com; object-src 'self'", "homepage_url": "https:\/\/github.com\/adamzr\/RSS-Alert", "permissions": [ "notifications", "https:\/\/www.google.com\/*", "https:\/\/ssl.google-analytics.com\/*", "unlimitedStorage", "storage" ] } |