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
官方網址 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]"
    }
}