Web Keyboard Navigator

This extension that provide the keyboard navigator in Google, Naver Search

Web Keyboard Navigator là gì?

Web Keyboard Navigator là một tiện ích mở rộng Chrome được phát triển bởi [email protected], và tính năng chính của nó là "This extension that provide the keyboard navigator in Google, Naver Search".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Web Keyboard Navigator

Tải xuống các tệp mở rộng Web Keyboard Navigator 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

                        Chrome extension that provide the keyboard navigator in Google Search

1. Search by Google
2. Press '/' for  (* Naver : Press 'ESC')
   * Press '/' again 
3. Press 'ArrowDown' => next result
   Press 'ArrowUp' => Prev result
   Press 'ArrowRight' => next page
   Press 'ArrowLeft' => Prev Page

https://github.com/bluemirr5/google-search-keyboard-navigator                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Web Keyboard Navigator Web Keyboard Navigator
ID bkhfbkdobdpeffmajhomapocnphaehgp
URL Chính Thức https://chromewebstore.google.com/detail/web-keyboard-navigator/bkhfbkdobdpeffmajhomapocnphaehgp
Mô tả This extension that provide the keyboard navigator in Google, Naver Search
Kích Thước Tệp 184 KB
Số Lần Cài Đặt 525
Phiên Bản Hiện Tại 1.0.7
Cập Nhật Lần Cuối 2017-11-15
Ngày Phát Hành 2017-11-15
Đánh Giá 4.75/5 Tổng số 4 Đánh Giá
Nhà Phát Triển [email protected]
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/bluemirr5/google-search-keyboard-navigator
URL Trang Trợ Giúp https://github.com/bluemirr5/google-search-keyboard-navigator/issues
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Web Keyboard Navigator",
    "version": "1.0.7",
    "description": "This extension that provide the keyboard navigator in Google, Naver Search",
    "icons": {
        "128": "icon.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "activeTab"
    ],
    "browser_action": {
        "icon": "inactive.png",
        "default_title": "This page is Not Search Page"
    },
    "manifest_version": 2
}