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" ] } |