RSS Finder

RSS finder

O que é RSS Finder?

RSS Finder é uma extensão do Chrome desenvolvida por mira.luzhanova, e sua principal característica é "RSS finder".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão RSS Finder

Baixe arquivos de extensão RSS Finder 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

                        Extension finds and shows to you RSS feeds, if they are present on page. You can copy the link and add it to your favorite RSS reader (share button planned in the further version).

If RSS feed doesn't exist on the page, extension shows notification. 

Simple and useful.                    

Informações Básicas da Extensão

Nome RSS Finder RSS Finder
ID cdjocoacgphmbihenkkgaackgkjlfncp
URL Oficial https://chrome.google.com/webstore/detail/rss-finder/cdjocoacgphmbihenkkgaackgkjlfncp
Descrição RSS finder
Tamanho do Arquivo 57.65 KB
Contagem de Instalações 6,000
Versão Atual 2.0.0
Última Atualização 2017-12-05
Data de Publicação 2017-12-05
Classificação 3.67/5 Total de 3 Avaliações
Desenvolvedor mira.luzhanova
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "background": {
        "persistent": false,
        "scripts": [
            "eventPage.js"
        ]
    },
    "browser_action": {
        "default_icon": "images\/32.png",
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Alt+A"
            }
        }
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "icons": {
        "128": "images\/128.png",
        "16": "images\/16.png",
        "48": "images\/48.png"
    },
    "manifest_version": 2,
    "name": "RSS Finder",
    "minimum_chrome_version": "50.0.0.0",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "contextMenus"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.0.0"
}