RSS Alert
Notifies user of new posts in RSS feeds
Qu'est-ce que RSS Alert ?
RSS Alert est une extension Chrome développée par adamzr, et sa fonction principale est "Notifies user of new posts in RSS feeds".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension RSS Alert
Téléchargez les fichiers d'extension RSS Alert 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
With RSS Alert you'll never miss a new post on your favorite blog again. Simply click the RSS Alert button add the RSS, Atom, or Media RSS feed for the site you'd like to monitor and you'll get a notification whenever there's a new post. Multiple feeds can be monitored at once! The permissions required are to use Google's Feed API. Icons by: http://www.fasticon.com Thank you to TechEmpower!
Informations de Base sur l'Extension
Nom | RSS Alert |
ID | lemgijjifkaldmklohlmjaplmfobgich |
URL Officiel | https://chromewebstore.google.com/detail/rss-alert/lemgijjifkaldmklohlmjaplmfobgich |
Description | Notifies user of new posts in RSS feeds |
Taille du Fichier | 78.41 KB |
Nombre d'Installations | 2,129 |
Version Actuelle | 0.3 |
Dernière Mise à Jour | 2014-12-01 |
Date de Publication | 2014-11-30 |
Évaluation | 2.85/5 Total 34 Évaluations |
Développeur | adamzr |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/adamzr/RSS-Alert/ |
URL de la Page d'Aide | https://github.com/adamzr/RSS-Alert/issues |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "RSS Alert", "version": "0.3", "manifest_version": 2, "description": "Notifies user of new posts in RSS feeds", "icons": { "128": "128.png", "48": "48.png", "16": "16.png" }, "browser_action": { "default_icon": "19.png", "default_title": "RSS Alert", "default_popup": "popup.html" }, "background": { "persistent": true, "page": "background.html" }, "content_security_policy": "script-src 'self' https:\/\/www.google.com https:\/\/ssl.google-analytics.com; object-src 'self'", "homepage_url": "https:\/\/github.com\/adamzr\/RSS-Alert", "permissions": [ "notifications", "https:\/\/www.google.com\/*", "https:\/\/ssl.google-analytics.com\/*", "unlimitedStorage", "storage" ] } |