Mouse Gestures crx

Mouse Gestures enables faster web browsing with mouse navigation shortcuts. Adjustable mouse gestures. Drag and go!

Mouse Gestures crx란 무엇입니까?

Mouse Gestures crx은(는) Tools for Browser에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Mouse Gestures enables faster web browsing with mouse navigation shortcuts. Adjustable mouse gestures. Drag and go!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Mouse Gestures crx 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Mouse Gestures enables faster web browsing with mouse navigation shortcuts. Adjustable mouse gestures. Drag and go!

Mouse Gestures has preset four basic gestures and four extended gestures. Everything can be set for boosting your productivity.

Mouse gesture support four basic gestures:
* Navigate back: Hold right mouse button + Drag left
* Navigate forward: Hold right mouse button + Drag right
* Create a new tab: Hold right mouse button + Drag up
* Reload current page: Hold right mouse button + Drag down

This gestures are fully configurable. The following actions are supported:
* None
* Navigate back
* Navigate forward
* Reload page
* Create new tab
* Close current tab
* Restore last close tab
* Activate left tab
* Activate left tab - skip special pages
* Activate right tab
* Activate right tab - skip special pages

The gestures can also be modified by the Ctrl key. Total is available eight distinct possible assignable actions.

Gesture detection:
* Default the mouse sensitivity is high. It is meaning that even a tiny drag distance would trigger a gesture. It can be adjusted in the options.

HOW TO:
* Click the extension icon.
* Click on options.
* All is here.

NOTE:
* Mouse gesture is not work on Chrome's built-in pages because of Google's security restrictions.                    

확장 프로그램 기본 정보

이름 Mouse Gestures crx Mouse Gestures crx
ID fefgpnlimkkhbjomhakgficgkgkeiaml
공식 URL https://chromewebstore.google.com/detail/mouse-gestures-crx/fefgpnlimkkhbjomhakgficgkgkeiaml
설명 Mouse Gestures enables faster web browsing with mouse navigation shortcuts. Adjustable mouse gestures. Drag and go!
파일 크기 16.27 KB
설치 횟수 3,958
현재 버전 1.0.0
최근 업데이트 2019-05-18
출시 날짜 2019-05-14
평점 3.38/5 총 16 개의 평점
개발자 Tools for Browser
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Mouse Gestures crx",
    "version": "1.0.0",
    "description": "Mouse Gestures enables faster web browsing with mouse navigation shortcuts. Adjustable mouse gestures. Drag and go!",
    "icons": {
        "48": "icons\/icon-48.png",
        "96": "icons\/icon-96.png"
    },
    "background": {
        "scripts": [
            "browser-polyfill.min.js",
            "common.js",
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "browser-polyfill.min.js",
                "common.js",
                "content.js"
            ],
            "run_at": "document_start",
            "all_frames": true,
            "match_about_blank": true
        }
    ],
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "permissions": [
        "storage",
        "tabs",
        "sessions",
        "browserSettings",
        ""
    ]
}