Google Tab Select

Use the tab key to navigate through Google search results much more efficiently. This functionality was removed by Google as of…

Was ist Google Tab Select?

Google Tab Select ist eine Chrome-Erweiterung, die von ssh entwickelt wurde, und ihr Hauptmerkmal ist "Use the tab key to navigate through Google search results much more efficiently. This functionality was removed by Google as of…".

Google Tab Select-Erweiterungs-CRX-Datei herunterladen

Laden Sie Google Tab Select-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

                        Use the tab key to navigate through Google search results much more efficiently.

This functionality was removed by Google as of 2017-07-31. This is a lightweight extension that brings back this dearly missed feature.

The extension also includes functionality for quickly focusing and selecting the text in the search bar. This is done by the shortcut CMD + K.                    

Grundlegende Informationen zur Erweiterung

Name Google Tab Select Google Tab Select
ID mblfjbikliogabdaihjimkncpmcepepe
Offizielle URL https://chromewebstore.google.com/detail/google-tab-select/mblfjbikliogabdaihjimkncpmcepepe
Beschreibung Use the tab key to navigate through Google search results much more efficiently. This functionality was removed by Google as of…
Dateigröße 9.99 KB
Installationsanzahl 9
Aktuelle Version 1.1.0
Letztes Update 2018-04-19
Veröffentlichungsdatum 2018-04-19
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler ssh
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Google Tab Select",
    "version": "1.1.0",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": "images\/google-tab128.png"
    },
    "icons": {
        "48": "images\/google-tab48.png",
        "128": "images\/google-tab128.png"
    },
    "content_scripts": [
        {
            "js": [
                "google-tab.js"
            ],
            "css": [
                "google-tab.css"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "include_globs": [
                "*:\/\/*.google.*\/*"
            ]
        }
    ]
}