RSS Alarm
The simplest way to get notified about new feed entries.
Vad är RSS Alarm?
RSS Alarm är en Chrome-tillägg utvecklad av limepix, och dess huvudfunktion är "The simplest way to get notified about new feed entries.".
Tilläggsskärmbilder
Ladda ner RSS Alarm-förlängningens CRX-fil
Ladda ner RSS Alarm-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | RSS Alarm |
ID | ohgphcdjbnlbnkdooieahfmbmaaipogf |
Officiell webbadress | https://chromewebstore.google.com/detail/rss-alarm/ohgphcdjbnlbnkdooieahfmbmaaipogf |
Beskrivning | The simplest way to get notified about new feed entries. |
Filstorlek | 789 KB |
Antal Installationer | 800 |
Aktuell Version | 1.2 |
Senast Uppdaterad | 2022-06-18 |
Publiceringsdatum | 2014-08-03 |
Betyg | 4.29/5 Totalt 14 Betyg |
Utvecklare | limepix |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" } } |