Tab Focus through Google Search Results

Use the tab key to navigate through Google search results

什么是Tab Focus through Google Search Results?

Tab Focus through Google Search Results是由szupie开发的Chrome扩展程序,该扩展的主要功能是“Use the tab key to navigate through Google search results”。

扩展截图

screenshot

下载Tab Focus through Google Search Results扩展crx文件

下载Tab Focus through Google Search Results扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Use the tab key to navigate through Google search results                    

扩展基本信息

名称 Tab Focus through Google Search Results Tab Focus through Google Search Results
ID efikcfkpjachbdnnhglacoaicieenbgn
官方URL https://chromewebstore.google.com/detail/tab-focus-through-google/efikcfkpjachbdnnhglacoaicieenbgn
简介 Use the tab key to navigate through Google search results
文件大小 4.46 KB
安装次数 22
当前版本 0.2.1
更新时间 2018-11-12
上架时间 2018-11-12
评分 5.00/5 共1次评分
开发者 szupie
付费类型 free
帮助页面URL https://github.com/szupie/tab-focus-google
支持的语言 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]"
    }
}