RSS Alarm

The simplest way to get notified about new feed entries.

Was ist RSS Alarm?

RSS Alarm ist eine Chrome-Erweiterung, die von limepix entwickelt wurde, und ihr Hauptmerkmal ist "The simplest way to get notified about new feed entries.".

Erweiterungsscreenshots

screenshot
screenshot

RSS Alarm-Erweiterungs-CRX-Datei herunterladen

Laden Sie RSS Alarm-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

                        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.                    

Grundlegende Informationen zur Erweiterung

Name RSS Alarm RSS Alarm
ID ohgphcdjbnlbnkdooieahfmbmaaipogf
Offizielle URL https://chromewebstore.google.com/detail/rss-alarm/ohgphcdjbnlbnkdooieahfmbmaaipogf
Beschreibung The simplest way to get notified about new feed entries.
Dateigröße 789 KB
Installationsanzahl 800
Aktuelle Version 1.2
Letztes Update 2022-06-18
Veröffentlichungsdatum 2014-08-03
Bewertung 4.29/5 Insgesamt 14 Bewertungen
Entwickler limepix
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    }
}