I'm feeling lucky hotkey

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

Co je I'm feeling lucky hotkey?

I'm feeling lucky hotkey je rozšíření Chrome vyvinuté Stan, a jeho hlavní funkcí je „Adds a hotkey to navigate to the first google search result.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření I'm feeling lucky hotkey

Stáhněte si soubory rozšíření I'm feeling lucky hotkey ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název I'm feeling lucky hotkey I'm feeling lucky hotkey
ID miodihhmeihljccnakcdhgpjbbkogjpp
Oficiální URL https://chromewebstore.google.com/detail/im-feeling-lucky-hotkey/miodihhmeihljccnakcdhgpjbbkogjpp
Popis Adds a hotkey to navigate to the first google search result.
Velikost souboru 14.31 KB
Počet instalací 106
Aktuální Verze 1.1
Poslední Aktualizace 2019-07-25
Datum Vydání 2019-07-25
Hodnocení 2.00/5 Celkem 1 Hodnocení
Vývojář Stan
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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
}