RSS Alarm
The simplest way to get notified about new feed entries.
What is RSS Alarm?
RSS Alarm is a Chrome extension developed by limepix, and its main feature is "The simplest way to get notified about new feed entries.".
Extension Screenshots
Download RSS Alarm Extension CRX File
Download RSS Alarm extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
RSS Alarm is a chrome extension which periodically checks RSS feeds in the background and informs you via notifications if there are news or updates at any of your subscribed rss feeds.
Extension Basic Information
Name | RSS Alarm |
ID | ohgphcdjbnlbnkdooieahfmbmaaipogf |
Official URL | https://chromewebstore.google.com/detail/rss-alarm/ohgphcdjbnlbnkdooieahfmbmaaipogf |
Description | The simplest way to get notified about new feed entries. |
File Size | 789 KB |
Installation Count | 800 |
Current Version | 1.2 |
Last Updated | 2022-06-18 |
Publish Date | 2014-08-03 |
Rating | 4.29/5 Total 14 Ratings |
Developer | limepix |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "RSS Alarm", "short_name": "RSS Alarm", "description": "The simplest way to get notified about new feed entries.", "version": "1.2", "permissions": [ "http:\/\/*\/", "https:\/\/*\/", "notifications", "tabs" ], "background": { "scripts": [ "js\/jquery.js", "js\/base.js", "js\/popup.js", "js\/background.js" ] }, "options_page": "html\/options.html", "browser_action": { "default_icon": { "19": "images\/logo_19.png", "38": "images\/logo_38.png", "48": "images\/logo_48.png" }, "default_title": "RSS Alarm", "default_popup": "html\/popup.html" } } |