WebMotion

Browse the web with your keyboard

WebMotion란 무엇입니까?

WebMotion은(는) https://www.webmotion.info에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Browse the web with your keyboard"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

WebMotion 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        WebMotion lets you navigate the web by using your keyboard. It highlights one letter inside every link and allows you to follow a link by pressing its highlighted letter on your keyboard. Pressing a key twice opens up a link in a new tab.

You can use the letters H, J, K and L to easily navigate inside websites and across tabs. H and L switch between tabs, and J and K scroll inside a website. SHIFT + J or K scroll extra fast. 

(the arrow keys work for this as well, but you must press SHIFT to use them)

Some more shortcuts:

B = Go back
X = Close tab
ALT key = Show alternate set of links in case there were not enough letters to cover all links

You can turn WebMotion on / off or disable it for certain websites by clicking the WebMotion icon in your browser. You can still use the WebMotion shortcuts (H, J, K, L, B and X) on disabled sites by holding down the CTRL and ALT keys.

More information at: http://www.webmotion.info

Created by Erik Linde (https://www.twitter.com/eriklinde)                    

확장 프로그램 기본 정보

이름 WebMotion WebMotion
ID jeeajpendgpheoimhmaknnmgplbokimf
공식 URL https://chromewebstore.google.com/detail/webmotion/jeeajpendgpheoimhmaknnmgplbokimf
설명 Browse the web with your keyboard
파일 크기 138 KB
설치 횟수 17
현재 버전 0.3
최근 업데이트 2014-06-19
출시 날짜 2014-06-18
평점 5.00/5 총 5 개의 평점
개발자 https://www.webmotion.info
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "0.3",
    "short_name": "WebMotion",
    "author": "Erik Linde",
    "background": {
        "scripts": [
            "jQuery.js",
            "webMotionHelpers.js",
            "background.js"
        ]
    },
    "name": "WebMotion",
    "description": "Browse the web with your keyboard",
    "permissions": [
        "tabs",
        "storage",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "icon19.png",
            "38": "icon38.png"
        },
        "default_title": "WebMotion",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "jQuery.js",
                "jQueryEasing.js",
                "jQuery.scrollTo.js",
                "webMotionHelpers.js",
                "iColor.js",
                "webMotion.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ]
}