RSS Alert

Notifies user of new posts in RSS feeds

Was ist RSS Alert?

RSS Alert ist eine Chrome-Erweiterung, die von adamzr entwickelt wurde, und ihr Hauptmerkmal ist "Notifies user of new posts in RSS feeds".

Erweiterungsscreenshots

screenshot

RSS Alert-Erweiterungs-CRX-Datei herunterladen

Laden Sie RSS Alert-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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!                    

Grundlegende Informationen zur Erweiterung

Name RSS Alert RSS Alert
ID lemgijjifkaldmklohlmjaplmfobgich
Offizielle URL https://chromewebstore.google.com/detail/rss-alert/lemgijjifkaldmklohlmjaplmfobgich
Beschreibung Notifies user of new posts in RSS feeds
Dateigröße 78.41 KB
Installationsanzahl 2,129
Aktuelle Version 0.3
Letztes Update 2014-12-01
Veröffentlichungsdatum 2014-11-30
Bewertung 2.85/5 Insgesamt 34 Bewertungen
Entwickler adamzr
Zahlungsart free
Erweiterungswebsite https://github.com/adamzr/RSS-Alert/
Hilfeseite URL https://github.com/adamzr/RSS-Alert/issues
Unterstützte Sprachen 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"
    ]
}