Wheel Tilt History Navigator

Navigate in the history by tilting the mouse wheel.

Wheel Tilt History Navigator란 무엇입니까?

Wheel Tilt History Navigator은(는) Jiri Tyr에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Navigate in the history by tilting the mouse wheel."입니다.

확장 프로그램 스크린샷

screenshot

Wheel Tilt History Navigator 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        If you have a mouse which has the tilt functionality on its wheel, then this extension allows you to navigate in the history by tilting the mouse wheel.                    

확장 프로그램 기본 정보

이름 Wheel Tilt History Navigator Wheel Tilt History Navigator
ID fdhiicnjgagpikbdgonbgmompjgnnbnb
공식 URL https://chromewebstore.google.com/detail/wheel-tilt-history-naviga/fdhiicnjgagpikbdgonbgmompjgnnbnb
설명 Navigate in the history by tilting the mouse wheel.
파일 크기 23.05 KB
설치 횟수 16
현재 버전 1.2
최근 업데이트 2013-09-30
출시 날짜 2013-09-30
평점 3.14/5 총 7 개의 평점
개발자 Jiri Tyr
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Wheel Tilt History Navigator",
    "version": "1.2",
    "description": "Navigate in the history by tilting the mouse wheel.",
    "icons": {
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "scripts\/contentscript.js"
            ]
        }
    ]
}