feader rss reader

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

Co je feader rss reader?

feader rss reader je rozšíření Chrome vyvinuté rajesh appalla, a jeho hlavní funkcí je „Displays RSS feeds in a small desktop notification styled window, now with Pocket(R) support!“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření feader rss reader

Stáhněte si soubory rozšíření feader rss reader ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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!                    

Základní Informace o Rozšíření

Název feader rss reader feader rss reader
ID jjmabnfahcleackdjddlgmmaoipaoifb
Oficiální URL https://chrome.google.com/webstore/detail/feader-rss-reader/jjmabnfahcleackdjddlgmmaoipaoifb
Popis Displays RSS feeds in a small desktop notification styled window, now with Pocket(R) support!
Velikost souboru 316 KB
Počet instalací 466
Aktuální Verze 1.1.0.4
Poslední Aktualizace 2014-08-21
Datum Vydání 2014-08-21
Hodnocení 3.79/5 Celkem 19 Hodnocení
Vývojář rajesh appalla
Typ Platby free
Webové stránky Rozšíření http://www.chromerss.com
Podporované Jazyky 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:\/\/*\/*"
    ]
}