I'm Feeling Lucky

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

What is I'm Feeling Lucky?

I'm Feeling Lucky is a Chrome extension developed by johnsylvain, and its main feature is "Use I'm feeling lucky right from the Omnibox or from highlighted text".

Extension Screenshots

screenshot

Download I'm Feeling Lucky Extension CRX File

Download I'm Feeling Lucky extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!                    

Extension Basic Information

Name I'm Feeling Lucky I'm Feeling Lucky
ID nibhmcokabkgmcgifpepmohpnfchpgda
Official URL https://chromewebstore.google.com/detail/im-feeling-lucky/nibhmcokabkgmcgifpepmohpnfchpgda
Description Use I'm feeling lucky right from the Omnibox or from highlighted text
File Size 53.15 KB
Installation Count 1,037
Current Version 0.0.2
Last Updated 2017-05-04
Publish Date 2017-05-04
Developer johnsylvain
Payment Type free
Supported Languages 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"
    ]
}