Persistent Google Search Bar

Quick fix so that the search bar stays at top during scroll

O que é Persistent Google Search Bar?

Persistent Google Search Bar é uma extensão do Chrome desenvolvida por josephldailey, e sua principal característica é "Quick fix so that the search bar stays at top during scroll".

Baixar o arquivo CRX da Extensão Persistent Google Search Bar

Baixe arquivos de extensão Persistent Google Search Bar 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 light weight extensions make the google search bar (the grey one) stay at the top no matter how far down you scroll. I don't even understand why this isn't already part of the site.                    

Informações Básicas da Extensão

Nome Persistent Google Search Bar Persistent Google Search Bar
ID dpaniepcmcgflbboaepolckbpgnifbeb
URL Oficial https://chromewebstore.google.com/detail/persistent-google-search/dpaniepcmcgflbboaepolckbpgnifbeb
Descrição Quick fix so that the search bar stays at top during scroll
Tamanho do Arquivo 18.26 KB
Contagem de Instalações 238
Versão Atual 0.1.2
Última Atualização 2013-12-02
Data de Publicação 2013-12-01
Classificação 3.00/5 Total de 7 Avaliações
Desenvolvedor josephldailey
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "steam.js"
            ],
            "matches": [
                "http:\/\/www.google.com\/*q=*",
                "https:\/\/www.google.com\/*q=*",
                "https:\/\/www.google.com\/",
                "http:\/\/www.google.com\/"
            ]
        }
    ],
    "description": "Quick fix so that the search bar stays at top during scroll",
    "icons": {
        "16": "icons\/icon16.png",
        "19": "icons\/icon19.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "64": "icons\/icon64.png",
        "128": "icons\/icon128.png"
    },
    "manifest_version": 2,
    "name": "Persistent Google Search Bar",
    "version": "0.1.2"
}