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 | 
| 官方網址 | 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"
}  |  |