Tab Focus through Google Search Results

Use the tab key to navigate through Google search results

Tab Focus through Google Search Results क्या है?

Tab Focus through Google Search Results szupie द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Use the tab key to navigate through Google search results"।

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

screenshot

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

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

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

                        Use the tab key to navigate through Google search results                    

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

नाम Tab Focus through Google Search Results Tab Focus through Google Search Results
ID efikcfkpjachbdnnhglacoaicieenbgn
आधिकारिक URL https://chromewebstore.google.com/detail/tab-focus-through-google/efikcfkpjachbdnnhglacoaicieenbgn
विवरण Use the tab key to navigate through Google search results
फ़ाइल का आकार 4.46 KB
स्थापना संख्या 22
वर्तमान संस्करण 0.2.1
अंतिम अपडेट 2018-11-12
प्रकाशन तिथि 2018-11-12
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर szupie
भुगतान के प्रकार free
सहायता पृष्ठ URL https://github.com/szupie/tab-focus-google
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tab Focus through Google Search Results",
    "version": "0.2.1",
    "description": "Use the tab key to navigate through Google search results",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "include_globs": [
                "http:\/\/www.google.*\/search*",
                "https:\/\/www.google.*\/search*"
            ],
            "js": [
                "dom-modifier.js"
            ],
            "css": [
                "style.css"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "48": "icon.png",
        "96": "[email protected]"
    }
}