RSS Alert
Notifies user of new posts in RSS feeds
Τι είναι το RSS Alert;
Το RSS Alert είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον adamzr, και η κύρια λειτουργία του είναι "Notifies user of new posts in RSS feeds".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης RSS Alert
Λήψη αρχείων επέκτασης RSS Alert σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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!
Βασικές Πληροφορίες Επέκτασης
Όνομα | RSS Alert |
ID | lemgijjifkaldmklohlmjaplmfobgich |
Επίσημο URL | https://chromewebstore.google.com/detail/rss-alert/lemgijjifkaldmklohlmjaplmfobgich |
Περιγραφή | Notifies user of new posts in RSS feeds |
Μέγεθος Αρχείου | 78.41 KB |
Αριθμός Εγκαταστάσεων | 2,129 |
Τρέχουσα Έκδοση | 0.3 |
Τελευταία Ενημέρωση | 2014-12-01 |
Ημερομηνία Δημοσίευσης | 2014-11-30 |
Αξιολόγηση | 2.85/5 Συνολικά 34 Αξιολογήσεις |
Προγραμματιστής | adamzr |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://github.com/adamzr/RSS-Alert/ |
Διεύθυνση URL της Σελίδας Βοήθειας | https://github.com/adamzr/RSS-Alert/issues |
Υποστηριζόμενες Γλώσσες | 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" ] } |