项目作者: kentliau

项目描述 :
Google Search Keyboard Shortcut
高级语言: JavaScript
项目地址: git://github.com/kentliau/GoogleSearchKeyboardShortcut.git
创建时间: 2018-04-28T11:58:43Z
项目社区:https://github.com/kentliau/GoogleSearchKeyboardShortcut

开源协议:

下载


Keyboard Shortcuts for Google Search

Google removed the keyboard shortcut in search, there are available extensions in the extension store that give you this functionality back, but they request extraneous permission or use unnecessary third party javascript libraries. This version of mine use no third party libraries nor request unnecessary permission to work. Just plain vanilla javascript.

Shortcut Key

  • /: Focus search box
  • j: Select next result or next/previous page
  • k: Select previous result or next/previous page

Installation

  1. Download the repository as zip, unzipped it.
  2. In the Chrome extensions window, turn on developer mode, select “Load unpacked extension” and select the unzipped directory.