I'm feeling lucky hotkey

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

Was ist I'm feeling lucky hotkey?

I'm feeling lucky hotkey ist eine Chrome-Erweiterung, die von Stan entwickelt wurde, und ihr Hauptmerkmal ist "Adds a hotkey to navigate to the first google search result.".

Erweiterungsscreenshots

screenshot
screenshot

I'm feeling lucky hotkey-Erweiterungs-CRX-Datei herunterladen

Laden Sie I'm feeling lucky hotkey-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name I'm feeling lucky hotkey I'm feeling lucky hotkey
ID miodihhmeihljccnakcdhgpjbbkogjpp
Offizielle URL https://chromewebstore.google.com/detail/im-feeling-lucky-hotkey/miodihhmeihljccnakcdhgpjbbkogjpp
Beschreibung Adds a hotkey to navigate to the first google search result.
Dateigröße 14.31 KB
Installationsanzahl 106
Aktuelle Version 1.1
Letztes Update 2019-07-25
Veröffentlichungsdatum 2019-07-25
Bewertung 2.00/5 Insgesamt 1 Bewertungen
Entwickler Stan
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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
}