I'm Feeling Lucky

Use I'm feeling lucky right from the Omnibox or from highlighted text

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

I'm Feeling Lucky johnsylvain द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Use I'm feeling lucky right from the Omnibox or from highlighted text"।

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

screenshot

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

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

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

                        Use Google's I'm feeling lucky feature in the Omnibox and by the highlighted text on your page!

Omnibox:
- Type '\' and hit Tab
- Enter your query and hit enter!

By cursor selection:
- Highlight the text on the page you wish to search for
- Right click and select I'm feeling lucky!                    

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

नाम I'm Feeling Lucky I'm Feeling Lucky
ID nibhmcokabkgmcgifpepmohpnfchpgda
आधिकारिक URL https://chromewebstore.google.com/detail/im-feeling-lucky/nibhmcokabkgmcgifpepmohpnfchpgda
विवरण Use I'm feeling lucky right from the Omnibox or from highlighted text
फ़ाइल का आकार 53.15 KB
स्थापना संख्या 1,037
वर्तमान संस्करण 0.0.2
अंतिम अपडेट 2017-05-04
प्रकाशन तिथि 2017-05-04
डेवलपर johnsylvain
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "I'm Feeling Lucky",
    "description": "Use I'm feeling lucky right from the Omnibox or from highlighted text",
    "version": "0.0.2",
    "author": "[email protected]",
    "omnibox": {
        "keyword": "\\"
    },
    "icons": {
        "48": "icons\/icon48.png",
        "98": "icons\/icon98.png",
        "172": "icons\/icon172.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "activeTab",
        "tabs",
        "contextMenus"
    ]
}