Google Search Result Hotkeys

Navigate to Google Search results with the keyboard number keys. Press 1 to go to the first result, 2 to go the second, etc.

Was ist Google Search Result Hotkeys?

Google Search Result Hotkeys ist eine Chrome-Erweiterung, die von Ian Wehrman entwickelt wurde, und ihr Hauptmerkmal ist "Navigate to Google Search results with the keyboard number keys. Press 1 to go to the first result, 2 to go the second, etc.".

Erweiterungsscreenshots

screenshot

Google Search Result Hotkeys-Erweiterungs-CRX-Datei herunterladen

Laden Sie Google Search Result Hotkeys-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

                        Navigate to Google Search results with the keyboard number keys. Press 1 to go to the first result, 2 to go the second, etc.                    

Grundlegende Informationen zur Erweiterung

Name Google Search Result Hotkeys Google Search Result Hotkeys
ID klgbcckheikhkhmklfbdbnhkmmpbmjce
Offizielle URL https://chromewebstore.google.com/detail/google-search-result-hotk/klgbcckheikhkhmklfbdbnhkmmpbmjce
Beschreibung Navigate to Google Search results with the keyboard number keys. Press 1 to go to the first result, 2 to go the second, etc.
Dateigröße 4.77 KB
Installationsanzahl 67
Aktuelle Version 0.0.9
Letztes Update 2020-11-08
Veröffentlichungsdatum 2018-10-11
Bewertung 2.33/5 Insgesamt 3 Bewertungen
Entwickler Ian Wehrman
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/iwehrman/google-search-result-hotkeys
Hilfeseite URL https://github.com/iwehrman/google-search-result-hotkeys
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Google Search Result Hotkeys",
    "version": "0.0.9",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.google.com\/search*"
            ],
            "js": [
                "main.js"
            ]
        }
    ]
}