Google Search Result Hotkeys

Navigate to Google Search results with the keyboard number keys. Press 1 to go to the first result, 2 to go the second, etc.

Google Search Result Hotkeys क्या है?

Google Search Result Hotkeys Ian Wehrman द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Navigate to Google Search results with the keyboard number keys. Press 1 to go to the first result, 2 to go the second, etc."।

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

screenshot

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

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

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

                        Navigate to Google Search results with the keyboard number keys. Press 1 to go to the first result, 2 to go the second, etc.                    

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

नाम Google Search Result Hotkeys Google Search Result Hotkeys
ID klgbcckheikhkhmklfbdbnhkmmpbmjce
आधिकारिक URL https://chromewebstore.google.com/detail/google-search-result-hotk/klgbcckheikhkhmklfbdbnhkmmpbmjce
विवरण Navigate to Google Search results with the keyboard number keys. Press 1 to go to the first result, 2 to go the second, etc.
फ़ाइल का आकार 4.77 KB
स्थापना संख्या 67
वर्तमान संस्करण 0.0.9
अंतिम अपडेट 2020-11-08
प्रकाशन तिथि 2018-10-11
रेटिंग 2.33/5 कुल 3 रेटिंग्स
डेवलपर Ian Wehrman
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/iwehrman/google-search-result-hotkeys
सहायता पृष्ठ URL https://github.com/iwehrman/google-search-result-hotkeys
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Google Search Result Hotkeys",
    "version": "0.0.9",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.google.com\/search*"
            ],
            "js": [
                "main.js"
            ]
        }
    ]
}