miniGestures [Reloaded]

Simple mouse gestures / Reloaded version.

What is miniGestures [Reloaded]?

miniGestures [Reloaded] is a Chrome extension developed by https://www.virtualsoaring.eu, and its main feature is "Simple mouse gestures / Reloaded version.".

Extension Screenshots

screenshot
screenshot
screenshot

Download miniGestures [Reloaded] Extension CRX File

Download miniGestures [Reloaded] extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        A mouse gestures extension to give basic mouse and rocker gesture functionality. No ads, no spyware. Set gestures in the options page. On first install, you must go to the options page and save configuration.

Mac and Linux users: double right click to open context.

Remake of this original AJ Ribeiro miniGestures extension: http://bit.ly/1SBKLa2

---------------------------
[2015/11/23] Version 0.5:
Added "Save & Close" button on config page.

[2015/11/19] Version 0.4:
Added click on icon in address bar to enter options page.

[2015/11/18] Version 0.3:
Modified/updated configuration page.

[2015/11/17] Version 0.2:
Added automatic uppercase input.

[2015/11/16] Version 0.1:
First initial release.                    

Extension Basic Information

Name miniGestures [Reloaded] miniGestures [Reloaded]
ID beamjpgknhidkfgmbeplfedbnhmajjpj
Official URL https://chromewebstore.google.com/detail/minigestures-reloaded/beamjpgknhidkfgmbeplfedbnhmajjpj
Description Simple mouse gestures / Reloaded version.
File Size 76.1 KB
Installation Count 1,022
Current Version 0.5
Last Updated 2015-12-02
Publish Date 2015-12-01
Rating 3.84/5 Total 25 Ratings
Developer https://www.virtualsoaring.eu
Email [email protected]
Payment Type free
Extension Website http://www.virtualsoaring.eu/
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "miniGestures [Reloaded]",
    "short_name": "Gestures.REL",
    "description": "Simple mouse gestures \/ Reloaded version.",
    "version": "0.5",
    "background": {
        "scripts": [
            "background.min.js"
        ]
    },
    "browser_action": {
        "default_title": "miniGestures [Reloaded]",
        "default_icon": {
            "19": "icon_19.png",
            "38": "icon_38.png"
        }
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "jquery-1.11.3.min.js",
                "sizzle.min.js",
                "mouseTrack.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "options_page": "options.html",
    "permissions": [
        "tabs",
        "storage"
    ],
    "icons": {
        "16": "icon_16.png",
        "32": "icon_32.png",
        "48": "icon_48.png",
        "64": "icon_64.png",
        "128": "icon_128.png"
    }
}