Follow Feed | Feedly

Found a source your like? This extension allows you to find the RSS for that source and quickly add it to one of your Feedly feeds.

O que é Follow Feed | Feedly?

Follow Feed | Feedly é uma extensão do Chrome desenvolvida por https://feedly.com, e sua principal característica é "Found a source your like? This extension allows you to find the RSS for that source and quickly add it to one of your Feedly feeds.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Follow Feed | Feedly

Baixe arquivos de extensão Follow Feed | Feedly 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

                        The Web is an ocean of knowledge and inspiration. This extension allows you to quickly add the blogs, news sites and Youtube channels you want to keep up with to your Feedly.

When you click on the Follow Feed icon, the Feedly extension will find the RSS feed for the page you are reading and allow you to open it in Feedly so that you can easily preview it and add it to one of your feeds if you like the content.

If you have any questions, you can reach us at [email protected]

Happy reading!                    

Informações Básicas da Extensão

Nome Follow Feed | Feedly Follow Feed | Feedly
ID ccmkbgknapokcjabmiaimipiepgpgbco
URL Oficial https://chromewebstore.google.com/detail/follow-feed-feedly/ccmkbgknapokcjabmiaimipiepgpgbco
Descrição Found a source your like? This extension allows you to find the RSS for that source and quickly add it to one of your Feedly feeds.
Tamanho do Arquivo 1.56 MB
Contagem de Instalações 13,023
Versão Atual 4.0.1
Última Atualização 2019-04-12
Data de Publicação 2019-04-12
Classificação 3.49/5 Total de 55 Avaliações
Desenvolvedor https://feedly.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://feedly.com
URL da Página de Ajuda https://plus.google.com/communities/113648582731838175643
URL da Página de Política de Privacidade https://feedly.com/i/legal/privacy
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Follow Feed | Feedly",
    "description": "Found a source your like? This extension allows you to find the RSS for that source and quickly add it to one of your Feedly feeds.",
    "author": "Feedly",
    "version": "4.0.1",
    "manifest_version": 2,
    "icons": {
        "16": "16x16.png",
        "48": "48x48.png",
        "128": "128x128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "19x19.png",
            "38": "[email protected]"
        },
        "default_title": "Follow this feed | Feedly",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "inject-bundle.js"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "cookies",
        "*:\/\/feedly.com\/"
    ],
    "web_accessible_resources": [
        "128x128.png"
    ]
}