Quick Focus Search Boxes

This extension gives you Alt+S as the shortcut key to focus the keyword input box on search engine pages.

O que é Quick Focus Search Boxes?

Quick Focus Search Boxes é uma extensão do Chrome desenvolvida por http://ciznx.com, e sua principal característica é "This extension gives you Alt+S as the shortcut key to focus the keyword input box on search engine pages.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Quick Focus Search Boxes

Baixe arquivos de extensão Quick Focus Search Boxes 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 gives you Alt+S as the shortcut key to focus the keyword input box on search engine pages.
Currently it supports web, image search pages from google, bing, baidu and yahoo.

When you are checking the search results from the search engines, you may want to change your keyword for more results. So to focus to the search box, you may need to find a mouse...scroll top, or several touches on your touch pad.
Now, with this extension installed, you can press Alt+S keys to focus the search box.                    

Informações Básicas da Extensão

Nome Quick Focus Search Boxes Quick Focus Search Boxes
ID gnnipakmeeinoojnajkonpimknojpbhp
URL Oficial https://chrome.google.com/webstore/detail/quick-focus-search-boxes/gnnipakmeeinoojnajkonpimknojpbhp
Descrição This extension gives you Alt+S as the shortcut key to focus the keyword input box on search engine pages.
Tamanho do Arquivo 51.88 KB
Contagem de Instalações 34
Versão Atual 1.1
Última Atualização 2015-03-21
Data de Publicação 2015-03-21
Classificação 3.00/5 Total de 4 Avaliações
Desenvolvedor http://ciznx.com
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Quick Focus Search Boxes",
    "description": "This extension gives you Alt+S as the shortcut key to focus the keyword input box on search engine pages.",
    "version": "1.1",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "64": "icon64.png",
        "128": "icon128.png"
    },
    "permissions": [
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "worker.js"
            ],
            "run_at": "document_start"
        }
    ]
}