Feedly Favicons

Feedly Favicons

O que é Feedly Favicons?

Feedly Favicons é uma extensão do Chrome desenvolvida por Greg Bradley, e sua principal característica é "Feedly Favicons".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Feedly Favicons

Baixe arquivos de extensão Feedly Favicons 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.com is a web application allowing users to subscribe to RSS feeds and view items from those feeds. Those feeds belong to various other web sites. With this extension installed when users on Feedly.com view items that originate from those other web sites instead of just seeing the text title of the item they will also see an icon next to the title representing the web site that the item is from. The icon is obtained from the favicon belonging to the web site.                    

Informações Básicas da Extensão

Nome Feedly Favicons Feedly Favicons
ID bcakaadbcflpijljbkdgmnjaeljfpppa
URL Oficial https://chromewebstore.google.com/detail/feedly-favicons/bcakaadbcflpijljbkdgmnjaeljfpppa
Descrição Feedly Favicons
Tamanho do Arquivo 42.75 KB
Contagem de Instalações 72
Versão Atual 1.1.6
Última Atualização 2023-09-19
Data de Publicação 2019-08-20
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor Greg Bradley
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Feedly Favicons",
    "short_name": "Feedly Favicons",
    "description": "Feedly Favicons",
    "version": "1.1.6",
    "author": "Greg Bradley",
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/feedly.com\/i\/*"
            ],
            "run_at": "document_idle",
            "js": [
                "jquery-1.11.1.min.js",
                "main.js"
            ]
        }
    ]
}