Instant search keyboard shortcut

Restores some of the keyboard shortcuts available in instant search

Instant search keyboard shortcutとは何ですか?

Instant search keyboard shortcutはKirenによって開発されたChromeの拡張機能で、その主な機能は「Restores some of the keyboard shortcuts available in instant search」です。

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

screenshot

Instant search keyboard shortcut拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Missing using tab, esc, arrow-keys and having the familiar blue arrow?

Well, look no further! This is an attempt to restore of the keyboard shortcuts of google instant search.

If something's not working feel free to send a PR to the GitHub repo.                    

拡張機能の基本情報

名前 Instant search keyboard shortcut Instant search keyboard shortcut
ID dfaommhmceombgjkppajcdekakkinpmd
公式URL https://chromewebstore.google.com/detail/instant-search-keyboard-s/dfaommhmceombgjkppajcdekakkinpmd
説明 Restores some of the keyboard shortcuts available in instant search
ファイルサイズ 50.03 KB
インストール数 33
現在のバージョン 0.1.1
最終更新日 2017-08-05
公開日 2017-08-05
開発者 Kiren
支払い方法 free
拡張機能のウェブサイト https://github.com/Kirens/InstantShortcuts
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Instant search keyboard shortcut",
    "description": "Restores some of the keyboard shortcuts available in instant search",
    "version": "0.1.1",
    "author": "Kirens",
    "icons": {
        "16": "res\/icon16.png",
        "48": "res\/icon48.png",
        "128": "res\/icon128.png",
        "256": "res\/icon256.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.google.com\/search*",
                "*:\/\/www.google.se\/search*"
            ],
            "js": [
                "instant.js"
            ],
            "css": [
                "instant.css"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        "essentials.css"
    ],
    "permissions": [
        "https:\/\/www.google.se\/*"
    ]
}