I'm feeling lucky hotkey

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

What is I'm feeling lucky hotkey?

I'm feeling lucky hotkey is a Chrome extension developed by Stan, and its main feature is "Adds a hotkey to navigate to the first google search result.".

Extension Screenshots

screenshot
screenshot

Download I'm feeling lucky hotkey Extension CRX File

Download I'm feeling lucky hotkey 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

                        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.                    

Extension Basic Information

Name I'm feeling lucky hotkey I'm feeling lucky hotkey
ID miodihhmeihljccnakcdhgpjbbkogjpp
Official URL https://chromewebstore.google.com/detail/im-feeling-lucky-hotkey/miodihhmeihljccnakcdhgpjbbkogjpp
Description Adds a hotkey to navigate to the first google search result.
File Size 14.31 KB
Installation Count 106
Current Version 1.1
Last Updated 2019-07-25
Publish Date 2019-07-25
Rating 2.00/5 Total 1 Ratings
Developer Stan
Email [email protected]
Payment Type free
Supported Languages 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
}