Quick Focus Search Boxes

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

Qu'est-ce que Quick Focus Search Boxes ?

Quick Focus Search Boxes est une extension Chrome développée par http://ciznx.com, et sa fonction principale est "This extension gives you Alt+S as the shortcut key to focus the keyword input box on search engine pages.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Quick Focus Search Boxes

Téléchargez les fichiers d'extension Quick Focus Search Boxes au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Quick Focus Search Boxes Quick Focus Search Boxes
ID gnnipakmeeinoojnajkonpimknojpbhp
URL Officiel https://chrome.google.com/webstore/detail/quick-focus-search-boxes/gnnipakmeeinoojnajkonpimknojpbhp
Description This extension gives you Alt+S as the shortcut key to focus the keyword input box on search engine pages.
Taille du Fichier 51.88 KB
Nombre d'Installations 34
Version Actuelle 1.1
Dernière Mise à Jour 2015-03-21
Date de Publication 2015-03-21
Évaluation 3.00/5 Total 4 Évaluations
Développeur http://ciznx.com
Type de Paiement free
Langues Prises en Charge 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"
        }
    ]
}