knogs
keyboard navigation on google search™
knogs là gì?
knogs là một tiện ích mở rộng Chrome được phát triển bởi https://blog.nqzero.com, và tính năng chính của nó là "keyboard navigation on google search™".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng knogs
Tải xuống các tệp mở rộng knogs dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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. Thông Tin Cơ Bản về Tiện Ích Mở Rộng
| Tên | |
| ID | lmcekibeekmfpmhanampimjjegknceik |
| URL Chính Thức | https://chromewebstore.google.com/detail/knogs/lmcekibeekmfpmhanampimjjegknceik |
| Mô tả | keyboard navigation on google search™ |
| Kích Thước Tệp | 10.88 KB |
| Số Lần Cài Đặt | 15 |
| Phiên Bản Hiện Tại | 1.1.0 |
| Cập Nhật Lần Cuối | 2015-08-07 |
| Ngày Phát Hành | 2015-08-06 |
| Đánh Giá | 4.00/5 Tổng số 4 Đánh Giá |
| Nhà Phát Triển | https://blog.nqzero.com |
| Loại Thanh Toán | free |
| Trang Web Mở Rộng | http://blog.nqzero.com/2011/12/googles-experimental-page-used-to-list.html |
| Ngôn Ngữ Được Hỗ Trợ | 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"
} | |