I'm feeling lucky hotkey

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

Cos'è I'm feeling lucky hotkey?

I'm feeling lucky hotkey è un'estensione di Chrome sviluppata da Stan, e la sua funzione principale è "Adds a hotkey to navigate to the first google search result.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione I'm feeling lucky hotkey

Scarica i file di estensione I'm feeling lucky hotkey in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome I'm feeling lucky hotkey I'm feeling lucky hotkey
ID miodihhmeihljccnakcdhgpjbbkogjpp
URL Ufficiale https://chromewebstore.google.com/detail/im-feeling-lucky-hotkey/miodihhmeihljccnakcdhgpjbbkogjpp
Descrizione Adds a hotkey to navigate to the first google search result.
Dimensione del File 14.31 KB
Conteggio Installazioni 106
Versione Corrente 1.1
Ultimo Aggiornamento 2019-07-25
Data di Pubblicazione 2019-07-25
Valutazione 2.00/5 Totale 1 Valutazioni
Sviluppatore Stan
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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
}