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]"
    }
}