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.

Qu'est-ce que Google Search Result Hotkeys ?

Google Search Result Hotkeys est une extension Chrome développée par Ian Wehrman, et sa fonction principale est "Navigate to Google Search results with the keyboard number keys. Press 1 to go to the first result, 2 to go the second, etc.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Google Search Result Hotkeys

Téléchargez les fichiers d'extension Google Search Result Hotkeys au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Google Search Result Hotkeys Google Search Result Hotkeys
ID klgbcckheikhkhmklfbdbnhkmmpbmjce
URL Officiel https://chromewebstore.google.com/detail/google-search-result-hotk/klgbcckheikhkhmklfbdbnhkmmpbmjce
Description Navigate to Google Search results with the keyboard number keys. Press 1 to go to the first result, 2 to go the second, etc.
Taille du Fichier 4.77 KB
Nombre d'Installations 67
Version Actuelle 0.0.9
Dernière Mise à Jour 2020-11-08
Date de Publication 2018-10-11
Évaluation 2.33/5 Total 3 Évaluations
Développeur Ian Wehrman
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/iwehrman/google-search-result-hotkeys
URL de la Page d'Aide https://github.com/iwehrman/google-search-result-hotkeys
Langues Prises en Charge 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"
            ]
        }
    ]
}