RSS Alarm
The simplest way to get notified about new feed entries.
Qu'est-ce que RSS Alarm ?
RSS Alarm est une extension Chrome développée par limepix, et sa fonction principale est "The simplest way to get notified about new feed entries.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension RSS Alarm
Téléchargez les fichiers d'extension RSS Alarm au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | RSS Alarm |
ID | ohgphcdjbnlbnkdooieahfmbmaaipogf |
URL Officiel | https://chromewebstore.google.com/detail/rss-alarm/ohgphcdjbnlbnkdooieahfmbmaaipogf |
Description | The simplest way to get notified about new feed entries. |
Taille du Fichier | 789 KB |
Nombre d'Installations | 800 |
Version Actuelle | 1.2 |
Dernière Mise à Jour | 2022-06-18 |
Date de Publication | 2014-08-03 |
Évaluation | 4.29/5 Total 14 Évaluations |
Développeur | limepix |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" } } |