Google search tab fixer

Allows users to cycle through google search results by pressing the tab key.

Google search tab fixerとは何ですか?

Google search tab fixerはSamによって開発されたChromeの拡張機能で、その主な機能は「Allows users to cycle through google search results by pressing the tab key.」です。

拡張機能のスクリーンショット

screenshot

Google search tab fixer拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        This small extension brings familiar tab functionality back to the google search results page. Press tab once to go to the top result, or multiple times to cycle through the search results. Press enter on any result to view that result.                    

拡張機能の基本情報

名前 Google search tab fixer Google search tab fixer
ID hggbelpbiemgfkdhofjeajpgnoieogmg
公式URL https://chromewebstore.google.com/detail/google-search-tab-fixer/hggbelpbiemgfkdhofjeajpgnoieogmg
説明 Allows users to cycle through google search results by pressing the tab key.
ファイルサイズ 20.04 KB
インストール数 17
現在のバージョン 0.0.4
最終更新日 2016-07-15
公開日 2016-07-15
評価 5.00/5 合計 3 レビュー
開発者 Sam
支払い方法 free
拡張機能のウェブサイト http://www.101drum.com
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Google search tab fixer",
    "version": "0.0.4",
    "manifest_version": 2,
    "description": "Allows users to cycle through google search results by pressing the tab key.",
    "homepage_url": "http:\/\/101drum.com",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "page_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "page action demo",
        "default_popup": "src\/page_action\/page_action.html"
    },
    "permissions": [
        "*:\/\/*\/search*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/search*"
            ],
            "run_at": "document_start",
            "js": [
                "src\/inject\/inject.js"
            ]
        }
    ]
}