Feedly Mini

Easily add content to your Feedly while browsing

O que é Feedly Mini?

Feedly Mini é uma extensão do Chrome desenvolvida por https://feedly.com, e sua principal característica é "Easily add content to your Feedly while browsing".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Feedly Mini

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

                        Feedly users rely on the Mini extension to quickly add new RSS sources to their feeds and save essential articles to their boards.

This extension is the official extension from Feedly. It is created and maintained by the Feedly dev team.

In version 50, if you have access to the annotation features, you will be able to add a note to the article you are saving to your boards.

If you are part of the enterprise plan and have connected your account with Slack, you will be able to mention a teammate or a Slack channel directly in this extension and quickly notify your teammates.

Privacy by default: We believe that you should own and control all your personal information. Feedly is a secure space where you can privately organize and research the topics and trends that matter to you.

This extension is only activated when you click on the button to follow an RSS feed or save an article to a board. It does not have access to any other activity or personal information.

This extension and the Feedly Web App share an authentication cookie so that they sync with the same account.

You can learn more about privacy and personal information here:
https://feedly.com/i/legal/privacy
https://feedly.com/i/account/privacy

If you need help using this extension, please contact [email protected] if you are a free user and [email protected] if you are a Pro, Pro+ or Business user

Happy reading!                    

Informações Básicas da Extensão

Nome Feedly Mini Feedly Mini
ID ndhinffkekpekljifjkkkkkhopnjodja
URL Oficial https://chromewebstore.google.com/detail/feedly-mini/ndhinffkekpekljifjkkkkkhopnjodja
Descrição Easily add content to your Feedly while browsing
Tamanho do Arquivo 2.66 MB
Contagem de Instalações 162,304
Versão Atual 53
Última Atualização 2022-01-27
Data de Publicação 2019-04-14
Classificação 4.76/5 Total de 23379 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://blog.feedly.com/feedly-mini-for-chrome-gets-smarter-in-version-5/
URL da Página de Política de Privacidade https://feedly.com/i/legal/privacy
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Feedly Mini",
    "description": "Easily add content to your Feedly while browsing",
    "author": "Feedly",
    "version": "53",
    "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": "Feedly Mini",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "cookies",
        "*:\/\/feedly.com\/"
    ],
    "web_accessible_resources": [
        "128x128.png"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/feedly.com\/*"
            ],
            "js": [
                "inject-bundle.js"
            ]
        }
    ]
}