I'm feeling lucky hotkey

Adds a hotkey to navigate to the first google search result.

I'm feeling lucky hotkey क्या है?

I'm feeling lucky hotkey Stan द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adds a hotkey to navigate to the first google search result."।

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

screenshot
screenshot

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

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

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

                        This very simple extension allows you to press Alt+L hotkey to navigate to the first google search result when you are on a google search page.                    

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

नाम I'm feeling lucky hotkey I'm feeling lucky hotkey
ID miodihhmeihljccnakcdhgpjbbkogjpp
आधिकारिक URL https://chromewebstore.google.com/detail/im-feeling-lucky-hotkey/miodihhmeihljccnakcdhgpjbbkogjpp
विवरण Adds a hotkey to navigate to the first google search result.
फ़ाइल का आकार 14.31 KB
स्थापना संख्या 106
वर्तमान संस्करण 1.1
अंतिम अपडेट 2019-07-25
प्रकाशन तिथि 2019-07-25
रेटिंग 2.00/5 कुल 1 रेटिंग्स
डेवलपर Stan
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "I'm feeling lucky hotkey",
    "version": "1.1",
    "description": "Adds a hotkey to navigate to the first google search result.",
    "permissions": [
        "tabs"
    ],
    "icons": {
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "commands": {
        "toggle-feature-go": {
            "suggested_key": {
                "default": "Alt+L",
                "mac": "Alt+L"
            },
            "description": "Go to the first search result"
        }
    },
    "manifest_version": 2
}