knogs

keyboard navigation on google search™

knogs란 무엇입니까?

knogs은(는) https://blog.nqzero.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "keyboard navigation on google search™"입니다.

확장 프로그램 스크린샷

screenshot

knogs 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
}