RSS Alarm
The simplest way to get notified about new feed entries.
Cos'è RSS Alarm?
RSS Alarm è un'estensione di Chrome sviluppata da limepix, e la sua funzione principale è "The simplest way to get notified about new feed entries.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione RSS Alarm
Scarica i file di estensione RSS Alarm in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | RSS Alarm |
ID | ohgphcdjbnlbnkdooieahfmbmaaipogf |
URL Ufficiale | https://chromewebstore.google.com/detail/rss-alarm/ohgphcdjbnlbnkdooieahfmbmaaipogf |
Descrizione | The simplest way to get notified about new feed entries. |
Dimensione del File | 789 KB |
Conteggio Installazioni | 800 |
Versione Corrente | 1.2 |
Ultimo Aggiornamento | 2022-06-18 |
Data di Pubblicazione | 2014-08-03 |
Valutazione | 4.29/5 Totale 14 Valutazioni |
Sviluppatore | limepix |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" } } |