knogs
keyboard navigation on google search™
knogsとは何ですか?
knogsはhttps://blog.nqzero.comによって開発されたChromeの拡張機能で、その主な機能は「keyboard navigation on google search™」です。
拡張機能のスクリーンショット
knogs拡張機能のCRXファイルをダウンロード
knogs拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
                        use google search without the mouse
keyboard shortcuts for use with google search
j/k navigate google search results
o to open the selected link in a new tab
enter to open the selected link in the current tab
shift+o or shift+enter to open the page in a new window
/ selects the search box
esc unselects the search box
note: set up your own search engine keyword for google for total mouse-free access
  chrome://chrome/settings/searchEngines
my normal search sequence is as follows
  ctrl-L g space stuff j j j o
  this does a google search on "stuff", cursors to the 3rd item and opens it in a new tab
google search is a trademark of Google Inc. Use of this trademark is subject to Google Permissions.                     拡張機能の基本情報
| 名前 |   |  
| ID | lmcekibeekmfpmhanampimjjegknceik | 
| 公式URL | https://chromewebstore.google.com/detail/knogs/lmcekibeekmfpmhanampimjjegknceik | 
| 説明 | keyboard navigation on google search™ | 
| ファイルサイズ | 10.88 KB | 
| インストール数 | 15 | 
| 現在のバージョン | 1.1.0 | 
| 最終更新日 | 2015-08-07 | 
| 公開日 | 2015-08-06 | 
| 評価 | 4.00/5 合計 4 レビュー | 
| 開発者 | https://blog.nqzero.com | 
| 支払い方法 | free | 
| 拡張機能のウェブサイト | http://blog.nqzero.com/2011/12/googles-experimental-page-used-to-list.html | 
| 対応言語 | en-US | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "content_scripts": [
        {
            "js": [
                "knogs.user.js"
            ],
            "matches": [
                "*:\/\/*.google.com\/search*"
            ],
            "run_at": "document_idle"
        }
    ],
    "name": "knogs",
    "description": "keyboard navigation on google search\u2122",
    "web_accessible_resources": [
        "kludge.js",
        "docs\/googleKeyboard.js"
    ],
    "version": "1.1.0"
}  |  |