knogs

keyboard navigation on google search™

什么是knogs?

knogs是由https://blog.nqzero.com开发的Chrome扩展程序,该扩展的主要功能是“keyboard navigation on google search™”。

扩展截图

screenshot

下载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.                    

扩展基本信息

名称 knogs knogs
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"
}