Quick Focus Search Boxes

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

Co je Quick Focus Search Boxes?

Quick Focus Search Boxes je rozšíření Chrome vyvinuté http://ciznx.com, a jeho hlavní funkcí je „This extension gives you Alt+S as the shortcut key to focus the keyword input box on search engine pages.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Quick Focus Search Boxes

Stáhněte si soubory rozšíření Quick Focus Search Boxes ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Quick Focus Search Boxes Quick Focus Search Boxes
ID gnnipakmeeinoojnajkonpimknojpbhp
Oficiální URL https://chrome.google.com/webstore/detail/quick-focus-search-boxes/gnnipakmeeinoojnajkonpimknojpbhp
Popis This extension gives you Alt+S as the shortcut key to focus the keyword input box on search engine pages.
Velikost souboru 51.88 KB
Počet instalací 34
Aktuální Verze 1.1
Poslední Aktualizace 2015-03-21
Datum Vydání 2015-03-21
Hodnocení 3.00/5 Celkem 4 Hodnocení
Vývojář http://ciznx.com
Typ Platby free
Podporované Jazyky 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"
        }
    ]
}