QuickJump

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

什麼是QuickJump?

QuickJump是由Unknown開發的Chrome擴展程式,該擴展的主要功能是“Surf the web and jump to links quickly without using the mouse!”。

擴展截圖

screenshot
screenshot
screenshot

下載QuickJump擴展crx文件

下載QuickJump擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 QuickJump QuickJump
ID jjafiieejhicmdjnilppekdecepkjpeo
官方網址 https://chromewebstore.google.com/detail/quickjump/jjafiieejhicmdjnilppekdecepkjpeo
簡介 Surf the web and jump to links quickly without using the mouse!
檔案大小 36.32 KB
安裝次數 38
目前版本 1.2.0
更新時間 2014-11-22
上架時間 2014-11-22
評分 5.00/5 共 4 次評分
開發者 Unknown
付費類型 free
擴展官網 http://quickjump.weebly.com/
說明頁面URL http://quickjump.weebly.com/
支援的語言 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
}