Tab Focus through Google Search Results

Use the tab key to navigate through Google search results

Vad är Tab Focus through Google Search Results?

Tab Focus through Google Search Results är en Chrome-tillägg utvecklad av szupie, och dess huvudfunktion är "Use the tab key to navigate through Google search results".

Tilläggsskärmbilder

screenshot

Ladda ner Tab Focus through Google Search Results-förlängningens CRX-fil

Ladda ner Tab Focus through Google Search Results-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        Use the tab key to navigate through Google search results                    

Grundläggande Information om Tillägg

Namn Tab Focus through Google Search Results Tab Focus through Google Search Results
ID efikcfkpjachbdnnhglacoaicieenbgn
Officiell webbadress https://chromewebstore.google.com/detail/tab-focus-through-google/efikcfkpjachbdnnhglacoaicieenbgn
Beskrivning Use the tab key to navigate through Google search results
Filstorlek 4.46 KB
Antal Installationer 22
Aktuell Version 0.2.1
Senast Uppdaterad 2018-11-12
Publiceringsdatum 2018-11-12
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare szupie
Betalningssätt free
Hjälpsida URL https://github.com/szupie/tab-focus-google
Stödda Språk 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]"
    }
}