Quick Focus Search Boxes

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

Quick Focus Search Boxes क्या है?

Quick Focus Search Boxes http://ciznx.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension gives you Alt+S as the shortcut key to focus the keyword input box on search engine pages."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Quick Focus Search Boxes एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Quick Focus Search Boxes Quick Focus Search Boxes
ID gnnipakmeeinoojnajkonpimknojpbhp
आधिकारिक URL https://chrome.google.com/webstore/detail/quick-focus-search-boxes/gnnipakmeeinoojnajkonpimknojpbhp
विवरण This extension gives you Alt+S as the shortcut key to focus the keyword input box on search engine pages.
फ़ाइल का आकार 51.88 KB
स्थापना संख्या 34
वर्तमान संस्करण 1.1
अंतिम अपडेट 2015-03-21
प्रकाशन तिथि 2015-03-21
रेटिंग 3.00/5 कुल 4 रेटिंग्स
डेवलपर http://ciznx.com
भुगतान के प्रकार free
समर्थित भाषाएँ 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"
        }
    ]
}