feader rss reader

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

O que é feader rss reader?

feader rss reader é uma extensão do Chrome desenvolvida por rajesh appalla, e sua principal característica é "Displays RSS feeds in a small desktop notification styled window, now with Pocket(R) support!".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão feader rss reader

Baixe arquivos de extensão feader rss reader no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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!                    

Informações Básicas da Extensão

Nome feader rss reader feader rss reader
ID jjmabnfahcleackdjddlgmmaoipaoifb
URL Oficial https://chrome.google.com/webstore/detail/feader-rss-reader/jjmabnfahcleackdjddlgmmaoipaoifb
Descrição Displays RSS feeds in a small desktop notification styled window, now with Pocket(R) support!
Tamanho do Arquivo 316 KB
Contagem de Instalações 466
Versão Atual 1.1.0.4
Última Atualização 2014-08-21
Data de Publicação 2014-08-21
Classificação 3.79/5 Total de 19 Avaliações
Desenvolvedor rajesh appalla
Tipo de Pagamento free
Site da Extensão http://www.chromerss.com
Idiomas Suportados 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:\/\/*\/*"
    ]
}