Always expands the Google search tool

Always expands the search tool and moves it back to the left side

O que é Always expands the Google search tool?

Always expands the Google search tool é uma extensão do Chrome desenvolvida por satou321, e sua principal característica é "Always expands the search tool and moves it back to the left side".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Always expands the Google search tool

Baixe arquivos de extensão Always expands the Google search tool 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

                        source: https://userstyles.org/styles/78857/google"
author: 100 no hito


Privacy Policy
I don't collect any information including Google Analytics.                    

Informações Básicas da Extensão

Nome Always expands the Google search tool Always expands the Google search tool
ID ocfnoambijkloklhjcchaggbniiophpn
URL Oficial https://chromewebstore.google.com/detail/always-expands-the-google/ocfnoambijkloklhjcchaggbniiophpn
Descrição Always expands the search tool and moves it back to the left side
Tamanho do Arquivo 6.01 KB
Contagem de Instalações 184
Versão Atual 1.0
Última Atualização 2019-06-26
Data de Publicação 2019-06-25
Desenvolvedor satou321
Tipo de Pagamento free
Idiomas Suportados en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "1.0",
    "name": "__MSG_ext_name__",
    "description": "__MSG_ext_desc__",
    "default_locale": "en",
    "author": "satou321",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.google.co.jp\/*",
                "https:\/\/www.google.com\/*"
            ],
            "css": [
                "style.css"
            ]
        }
    ]
}