miniGestures2

a very simple mouse gestures program

What is miniGestures2?

miniGestures2 is a Chrome extension developed by Karpediem, and its main feature is "a very simple mouse gestures program".

Extension Screenshots

screenshot

Download miniGestures2 Extension CRX File

Download miniGestures2 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

                        https://github.com/ajribeiro/miniGestures 에 기능추가                    

Extension Basic Information

Name miniGestures2 miniGestures2
ID akpalcpkpldjellmgainjojefkamfafh
Official URL https://chrome.google.com/webstore/detail/minigestures2/akpalcpkpldjellmgainjojefkamfafh
Description a very simple mouse gestures program
File Size 115 KB
Installation Count 79
Current Version 1.4
Last Updated 2018-05-24
Publish Date 2018-05-24
Developer Karpediem
Payment Type free
Extension Website https://github.com/wlsgur0726/miniGestures
Supported Languages ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "miniGestures2",
    "manifest_version": 2,
    "permissions": [
        "tabs",
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery.js",
                "mouseTrack.js"
            ],
            "all_frames": true,
            "run_at": "document_start"
        }
    ],
    "version": "1.4",
    "options_page": "options.html",
    "description": "a very simple mouse gestures program"
}