Tab Focus through Google Search Results

Use the tab key to navigate through Google search results

Cos'è Tab Focus through Google Search Results?

Tab Focus through Google Search Results è un'estensione di Chrome sviluppata da szupie, e la sua funzione principale è "Use the tab key to navigate through Google search results".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Tab Focus through Google Search Results

Scarica i file di estensione Tab Focus through Google Search Results in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Use the tab key to navigate through Google search results                    

Informazioni di Base sull'Estensione

Nome Tab Focus through Google Search Results Tab Focus through Google Search Results
ID efikcfkpjachbdnnhglacoaicieenbgn
URL Ufficiale https://chromewebstore.google.com/detail/tab-focus-through-google/efikcfkpjachbdnnhglacoaicieenbgn
Descrizione Use the tab key to navigate through Google search results
Dimensione del File 4.46 KB
Conteggio Installazioni 22
Versione Corrente 0.2.1
Ultimo Aggiornamento 2018-11-12
Data di Pubblicazione 2018-11-12
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore szupie
Tipo di Pagamento free
URL della Pagina di Aiuto https://github.com/szupie/tab-focus-google
Lingue Supportate 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]"
    }
}