RSS Alarm
The simplest way to get notified about new feed entries.
Wat is RSS Alarm?
RSS Alarm is een Chrome-extensie ontwikkeld door limepix, en de belangrijkste functie is "The simplest way to get notified about new feed entries.".
Extensie Screenshots
Download het CRX-bestand van de extensie RSS Alarm
Download RSS Alarm-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | RSS Alarm |
ID | ohgphcdjbnlbnkdooieahfmbmaaipogf |
Officiële URL | https://chromewebstore.google.com/detail/rss-alarm/ohgphcdjbnlbnkdooieahfmbmaaipogf |
Beschrijving | The simplest way to get notified about new feed entries. |
Bestandsgrootte | 789 KB |
Aantal Installaties | 800 |
Huidige Versie | 1.2 |
Laatst Bijgewerkt | 2022-06-18 |
Publicatiedatum | 2014-08-03 |
Beoordeling | 4.29/5 Totaal 14 Beoordelingen |
Ontwikkelaar | limepix |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |