Google with Favicons

A Chrome extension which shows favicons in Google search results.

O que é Google with Favicons?

Google with Favicons é uma extensão do Chrome desenvolvida por https://junion.org, e sua principal característica é "A Chrome extension which shows favicons in Google search results.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Google with Favicons

Baixe arquivos de extensão Google with 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

                        "Google with Favicons" is a Chrome extension which shows favicons in Google search results.
You can get more user-friendly and cool search experience.                    

Informações Básicas da Extensão

Nome Google with Favicons Google with Favicons
ID nabghppbcmjjflfemokkgocleeclijph
URL Oficial https://chromewebstore.google.com/detail/google-with-favicons/nabghppbcmjjflfemokkgocleeclijph
Descrição A Chrome extension which shows favicons in Google search results.
Tamanho do Arquivo 45.75 KB
Contagem de Instalações 1,107
Versão Atual 1.0.1
Última Atualização 2014-11-03
Data de Publicação 2014-11-03
Classificação 3.54/5 Total de 83 Avaliações
Desenvolvedor https://junion.org
Tipo de Pagamento free
Site da Extensão https://github.com/junion-org/GoogleWithFavicons
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Google with Favicons",
    "version": "1.0.1",
    "description": "A Chrome extension which shows favicons in Google search results.",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "include_globs": [
                "http:\/\/www.google.*\/*",
                "https:\/\/www.google.*\/*"
            ],
            "css": [
                "css\/style.css"
            ],
            "js": [
                "js\/jquery-2.1.1.min.js",
                "js\/content.js"
            ]
        }
    ],
    "icons": {
        "128": "img\/icon-128.png",
        "48": "img\/icon-48.png",
        "16": "img\/icon-16.png"
    }
}