Center Google Search Results

Move the search results from the left of the screen to the center of the screen.

O que é Center Google Search Results?

Center Google Search Results é uma extensão do Chrome desenvolvida por Unknown, e sua principal característica é "Move the search results from the left of the screen to the center of the screen.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Center Google Search Results

Baixe arquivos de extensão Center Google Search Results 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

                        This extension will change the style of your google search results, best suited for larger screens/resolutions. On a 4k monitor you may notice the google search results are placed on the left of the screen leaving a lot of blank space on the right, this extension will move the text into the center of the screen, filling in that void.                    

Informações Básicas da Extensão

Nome Center Google Search Results Center Google Search Results
ID bbcbaocecmnikgmgpbodcfekboiodppo
URL Oficial https://chromewebstore.google.com/detail/center-google-search-resu/bbcbaocecmnikgmgpbodcfekboiodppo
Descrição Move the search results from the left of the screen to the center of the screen.
Tamanho do Arquivo 3.1 KB
Contagem de Instalações 2,250
Versão Atual 1.0.0
Última Atualização 2020-04-11
Data de Publicação 2020-04-10
Classificação 3.30/5 Total de 20 Avaliações
Desenvolvedor Unknown
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Center Google Search Results",
    "author": "Elisha Tanoi",
    "version": "1.0.0",
    "description": "Move the search results from the left of the screen to the center of the screen.",
    "content_scripts": [
        {
            "css": [
                "styles.css"
            ],
            "matches": [
                "*:\/\/*.google.com\/search?*"
            ]
        }
    ]
}