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ファイルをダウンロード

Mouse Gestures crx拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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",
        ""
    ]
}