Tab Focus through Google Search Results

Use the tab key to navigate through Google search results

Wat is Tab Focus through Google Search Results?

Tab Focus through Google Search Results is een Chrome-extensie ontwikkeld door szupie, en de belangrijkste functie is "Use the tab key to navigate through Google search results".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Tab Focus through Google Search Results

Download Tab Focus through Google Search Results-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Use the tab key to navigate through Google search results                    

Basisinformatie over de Extensie

Naam Tab Focus through Google Search Results Tab Focus through Google Search Results
ID efikcfkpjachbdnnhglacoaicieenbgn
Officiële URL https://chromewebstore.google.com/detail/tab-focus-through-google/efikcfkpjachbdnnhglacoaicieenbgn
Beschrijving Use the tab key to navigate through Google search results
Bestandsgrootte 4.46 KB
Aantal Installaties 22
Huidige Versie 0.2.1
Laatst Bijgewerkt 2018-11-12
Publicatiedatum 2018-11-12
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar szupie
Betalingswijze free
Help Pagina-URL https://github.com/szupie/tab-focus-google
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tab Focus through Google Search Results",
    "version": "0.2.1",
    "description": "Use the tab key to navigate through Google search results",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "include_globs": [
                "http:\/\/www.google.*\/search*",
                "https:\/\/www.google.*\/search*"
            ],
            "js": [
                "dom-modifier.js"
            ],
            "css": [
                "style.css"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "48": "icon.png",
        "96": "[email protected]"
    }
}