QuickJump

Surf the web and jump to links quickly without using the mouse!

QuickJump là gì?

QuickJump là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "Surf the web and jump to links quickly without using the mouse!".

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

screenshot
screenshot
screenshot

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

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

                        QuickJump is a chrome extension that allows fast navigation using the keyboard!

QuickJump allows you to surf the web quickly without using the mouse. Just press Shift and type the letters that appear on the wanted link.

QuickJump allows you also to open the links in a new tab by pressing "t" before the letters on it. 

Version 1.2.0:
- "Open in new tab" option - by pressing "t" before the other letters
- Ignore other key handlers - to avoid collisions and bugs
- Up and Down button - for fast scrolling without using the mouse
- Massive bug fix
- Better design of the buttons
- Faster load
- New website (http://bit.ly/1xNCcSN)

For Windows users:

To improve your web surfing experience, get rid of the sticky keys by pressing shift 5 times and choosing "disable" in the popup.                    

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

Tên QuickJump QuickJump
ID jjafiieejhicmdjnilppekdecepkjpeo
URL Chính Thức https://chromewebstore.google.com/detail/quickjump/jjafiieejhicmdjnilppekdecepkjpeo
Mô tả Surf the web and jump to links quickly without using the mouse!
Kích Thước Tệp 36.32 KB
Số Lần Cài Đặt 38
Phiên Bản Hiện Tại 1.2.0
Cập Nhật Lần Cuối 2014-11-22
Ngày Phát Hành 2014-11-22
Đánh Giá 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển Unknown
Loại Thanh Toán free
Trang Web Mở Rộng http://quickjump.weebly.com/
URL Trang Trợ Giúp http://quickjump.weebly.com/
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "QuickJump",
    "version": "1.2.0",
    "description": "Surf the web and jump to links quickly without using the mouse!",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "background": {
        "page": "background.html",
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/qj_all.js"
            ],
            "run_at": "document_start",
            "match_about_blank": true,
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        "images\/down.ico",
        "images\/up.ico"
    ],
    "manifest_version": 2
}