Google Tab Select

Use the tab key to navigate through Google search results much more efficiently. This functionality was removed by Google as of…

Google Tab Select क्या है?

Google Tab Select ssh द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Use the tab key to navigate through Google search results much more efficiently. This functionality was removed by Google as of…"।

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

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

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

                        Use the tab key to navigate through Google search results much more efficiently.

This functionality was removed by Google as of 2017-07-31. This is a lightweight extension that brings back this dearly missed feature.

The extension also includes functionality for quickly focusing and selecting the text in the search bar. This is done by the shortcut CMD + K.                    

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

नाम Google Tab Select Google Tab Select
ID mblfjbikliogabdaihjimkncpmcepepe
आधिकारिक URL https://chromewebstore.google.com/detail/google-tab-select/mblfjbikliogabdaihjimkncpmcepepe
विवरण Use the tab key to navigate through Google search results much more efficiently. This functionality was removed by Google as of…
फ़ाइल का आकार 9.99 KB
स्थापना संख्या 9
वर्तमान संस्करण 1.1.0
अंतिम अपडेट 2018-04-19
प्रकाशन तिथि 2018-04-19
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर ssh
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Google Tab Select",
    "version": "1.1.0",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": "images\/google-tab128.png"
    },
    "icons": {
        "48": "images\/google-tab48.png",
        "128": "images\/google-tab128.png"
    },
    "content_scripts": [
        {
            "js": [
                "google-tab.js"
            ],
            "css": [
                "google-tab.css"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "include_globs": [
                "*:\/\/*.google.*\/*"
            ]
        }
    ]
}