Google Tab Select

Use the tab key to navigate through Google search results much more efficiently. This functionality was removed by Google as of…

Google Tab Selectとは何ですか?

Google Tab Selectはsshによって開発されたChromeの拡張機能で、その主な機能は「Use the tab key to navigate through Google search results much more efficiently. This functionality was removed by Google as of…」です。

Google Tab Select拡張機能のCRXファイルをダウンロード

Google Tab Select拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Use the tab key to navigate through Google search results much more efficiently.

This functionality was removed by Google as of 2017-07-31. This is a lightweight extension that brings back this dearly missed feature.

The extension also includes functionality for quickly focusing and selecting the text in the search bar. This is done by the shortcut CMD + K.                    

拡張機能の基本情報

名前 Google Tab Select Google Tab Select
ID mblfjbikliogabdaihjimkncpmcepepe
公式URL https://chromewebstore.google.com/detail/google-tab-select/mblfjbikliogabdaihjimkncpmcepepe
説明 Use the tab key to navigate through Google search results much more efficiently. This functionality was removed by Google as of…
ファイルサイズ 9.99 KB
インストール数 9
現在のバージョン 1.1.0
最終更新日 2018-04-19
公開日 2018-04-19
評価 5.00/5 合計 1 レビュー
開発者 ssh
Eメール [email protected]
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Google Tab Select",
    "version": "1.1.0",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": "images\/google-tab128.png"
    },
    "icons": {
        "48": "images\/google-tab48.png",
        "128": "images\/google-tab128.png"
    },
    "content_scripts": [
        {
            "js": [
                "google-tab.js"
            ],
            "css": [
                "google-tab.css"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "include_globs": [
                "*:\/\/*.google.*\/*"
            ]
        }
    ]
}