Google Tab Select

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

Hvad er Google Tab Select?

Google Tab Select er en Chrome-udvidelse udviklet af ssh, og dens hovedfunktion er "Use the tab key to navigate through Google search results much more efficiently. This functionality was removed by Google as of…".

Download Google Tab Select-udvidelses-CRX-fil

Download Google Tab Select-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Google Tab Select Google Tab Select
ID mblfjbikliogabdaihjimkncpmcepepe
Officiel URL https://chromewebstore.google.com/detail/google-tab-select/mblfjbikliogabdaihjimkncpmcepepe
Beskrivelse Use the tab key to navigate through Google search results much more efficiently. This functionality was removed by Google as of…
Filstørrelse 9.99 KB
Antal Installationer 9
Nuværende Version 1.1.0
Senest Opdateret 2018-04-19
Udgivelsesdato 2018-04-19
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler ssh
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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.*\/*"
            ]
        }
    ]
}