Tab Focus through Google Search Results

Use the tab key to navigate through Google search results

Hvad er Tab Focus through Google Search Results?

Tab Focus through Google Search Results er en Chrome-udvidelse udviklet af szupie, og dens hovedfunktion er "Use the tab key to navigate through Google search results".

Udvidelsesskærmbilleder

screenshot

Download Tab Focus through Google Search Results-udvidelses-CRX-fil

Download Tab Focus through Google Search Results-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                    

Grundlæggende oplysninger om udvidelsen

Navn Tab Focus through Google Search Results Tab Focus through Google Search Results
ID efikcfkpjachbdnnhglacoaicieenbgn
Officiel URL https://chromewebstore.google.com/detail/tab-focus-through-google/efikcfkpjachbdnnhglacoaicieenbgn
Beskrivelse Use the tab key to navigate through Google search results
Filstørrelse 4.46 KB
Antal Installationer 22
Nuværende Version 0.2.1
Senest Opdateret 2018-11-12
Udgivelsesdato 2018-11-12
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler szupie
Betalingsmetode free
Hjælpeside-URL https://github.com/szupie/tab-focus-google
Understøttede Sprog 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]"
    }
}