feader rss reader

Displays RSS feeds in a small desktop notification styled window, now with Pocket(R) support!

Was ist feader rss reader?

feader rss reader ist eine Chrome-Erweiterung, die von rajesh appalla entwickelt wurde, und ihr Hauptmerkmal ist "Displays RSS feeds in a small desktop notification styled window, now with Pocket(R) support!".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

feader rss reader-Erweiterungs-CRX-Datei herunterladen

Laden Sie feader rss reader-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

                        Feader displays to you RSS feeds that you choose from your favorite content sites and displays them in the form of desktop notifications. This extension is really handy when you want to stay up-to-date with the sites you wish to but find it hard to take time out from your busy schedule to exclusively visit them. This brings articles right to your desktop. Now with Pocket(R) support!                    

Grundlegende Informationen zur Erweiterung

Name feader rss reader feader rss reader
ID jjmabnfahcleackdjddlgmmaoipaoifb
Offizielle URL https://chrome.google.com/webstore/detail/feader-rss-reader/jjmabnfahcleackdjddlgmmaoipaoifb
Beschreibung Displays RSS feeds in a small desktop notification styled window, now with Pocket(R) support!
Dateigröße 316 KB
Installationsanzahl 466
Aktuelle Version 1.1.0.4
Letztes Update 2014-08-21
Veröffentlichungsdatum 2014-08-21
Bewertung 3.79/5 Insgesamt 19 Bewertungen
Entwickler rajesh appalla
Zahlungsart free
Erweiterungswebsite http://www.chromerss.com
Unterstützte Sprachen en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "feader rss reader",
    "version": "1.1.0.4",
    "manifest_version": 2,
    "description": "Displays RSS feeds in a small desktop notification styled window, now with Pocket(R) support!",
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "background": {
        "scripts": [
            "launcher.js"
        ]
    },
    "options_page": "options.html",
    "browser_action": {
        "default_icon": "icon-19.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'",
    "permissions": [
        "tabs",
        "notifications",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}