feader rss reader

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

Cos'è feader rss reader?

feader rss reader è un'estensione di Chrome sviluppata da rajesh appalla, e la sua funzione principale è "Displays RSS feeds in a small desktop notification styled window, now with Pocket(R) support!".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione feader rss reader

Scarica i file di estensione feader rss reader in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome feader rss reader feader rss reader
ID jjmabnfahcleackdjddlgmmaoipaoifb
URL Ufficiale https://chrome.google.com/webstore/detail/feader-rss-reader/jjmabnfahcleackdjddlgmmaoipaoifb
Descrizione Displays RSS feeds in a small desktop notification styled window, now with Pocket(R) support!
Dimensione del File 316 KB
Conteggio Installazioni 466
Versione Corrente 1.1.0.4
Ultimo Aggiornamento 2014-08-21
Data di Pubblicazione 2014-08-21
Valutazione 3.79/5 Totale 19 Valutazioni
Sviluppatore rajesh appalla
Tipo di Pagamento free
Sito Web dell'Estensione http://www.chromerss.com
Lingue Supportate 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:\/\/*\/*"
    ]
}