I'm Feeling Lucky

Access i'm feeling lucky from the address bar! Type '\' and press Tab.

I'm Feeling Lucky क्या है?

I'm Feeling Lucky lerxst द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Access i'm feeling lucky from the address bar! Type '\' and press Tab."।

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

screenshot

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

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

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

                        #### Update (10/08/2020) ####
Issues of being redirected to the Google search results page have now been fixed.
########################

Access the 'I'm Feeling Lucky' search result from Chrome's address bar.

1. Type '\' and press the TAB key to invoke the extension.
2. Type your search keywords.
3. Get directed to Google's top search result for that query.                    

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

नाम I'm Feeling Lucky I'm Feeling Lucky
ID cnlabakikmdekpfaflaihcepfkjopgll
आधिकारिक URL https://chromewebstore.google.com/detail/im-feeling-lucky/cnlabakikmdekpfaflaihcepfkjopgll
विवरण Access i'm feeling lucky from the address bar! Type '\' and press Tab.
फ़ाइल का आकार 13.35 KB
स्थापना संख्या 48,231
वर्तमान संस्करण 1.1
अंतिम अपडेट 2020-10-09
प्रकाशन तिथि 2019-09-03
रेटिंग 3.04/5 कुल 48 रेटिंग्स
डेवलपर lerxst
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "I'm Feeling Lucky",
    "description": "Access i'm feeling lucky from the address bar! Type '\\' and press Tab.",
    "version": "1.1",
    "omnibox": {
        "keyword": "\\"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "activeTab"
    ]
}