Tab Focus through Google Search Results

Use the tab key to navigate through Google search results

What is Tab Focus through Google Search Results?

Tab Focus through Google Search Results is a Chrome extension developed by szupie, and its main feature is "Use the tab key to navigate through Google search results".

Extension Screenshots

screenshot

Download Tab Focus through Google Search Results Extension CRX File

Download Tab Focus through Google Search Results extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Use the tab key to navigate through Google search results                    

Extension Basic Information

Name Tab Focus through Google Search Results Tab Focus through Google Search Results
ID efikcfkpjachbdnnhglacoaicieenbgn
Official URL https://chromewebstore.google.com/detail/tab-focus-through-google/efikcfkpjachbdnnhglacoaicieenbgn
Description Use the tab key to navigate through Google search results
File Size 4.46 KB
Installation Count 22
Current Version 0.2.1
Last Updated 2018-11-12
Publish Date 2018-11-12
Rating 5.00/5 Total 1 Ratings
Developer szupie
Payment Type free
Help Page URL https://github.com/szupie/tab-focus-google
Supported Languages 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]"
    }
}