Google Search Result Hotkeys
Navigate to Google Search results with the keyboard number keys. Press 1 to go to the first result, 2 to go the second, etc.
Google Search Result Hotkeysとは何ですか?
Google Search Result HotkeysはIan Wehrmanによって開発されたChromeの拡張機能で、その主な機能は「Navigate to Google Search results with the keyboard number keys. Press 1 to go to the first result, 2 to go the second, etc.」です。
拡張機能のスクリーンショット
Google Search Result Hotkeys拡張機能のCRXファイルをダウンロード
Google Search Result Hotkeys拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Navigate to Google Search results with the keyboard number keys. Press 1 to go to the first result, 2 to go the second, etc.
拡張機能の基本情報
名前 | Google Search Result Hotkeys |
ID | klgbcckheikhkhmklfbdbnhkmmpbmjce |
公式URL | https://chromewebstore.google.com/detail/google-search-result-hotk/klgbcckheikhkhmklfbdbnhkmmpbmjce |
説明 | Navigate to Google Search results with the keyboard number keys. Press 1 to go to the first result, 2 to go the second, etc. |
ファイルサイズ | 4.77 KB |
インストール数 | 67 |
現在のバージョン | 0.0.9 |
最終更新日 | 2020-11-08 |
公開日 | 2018-10-11 |
評価 | 2.33/5 合計 3 レビュー |
開発者 | Ian Wehrman |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/iwehrman/google-search-result-hotkeys |
ヘルプページのURL | https://github.com/iwehrman/google-search-result-hotkeys |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Google Search Result Hotkeys", "version": "0.0.9", "content_scripts": [ { "matches": [ "*:\/\/www.google.com\/search*" ], "js": [ "main.js" ] } ] } |