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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Mouse Gestures enables faster web browsing with mouse navigation shortcuts. Adjustable mouse gestures. Drag and go!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Mouse Gestures 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",
        ""
    ]
}