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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 URL 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
}