miniGestures2

a very simple mouse gestures program

Wat is miniGestures2?

miniGestures2 is een Chrome-extensie ontwikkeld door Karpediem, en de belangrijkste functie is "a very simple mouse gestures program".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie miniGestures2

Download miniGestures2-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam miniGestures2 miniGestures2
ID akpalcpkpldjellmgainjojefkamfafh
Officiële URL https://chrome.google.com/webstore/detail/minigestures2/akpalcpkpldjellmgainjojefkamfafh
Beschrijving a very simple mouse gestures program
Bestandsgrootte 115 KB
Aantal Installaties 79
Huidige Versie 1.4
Laatst Bijgewerkt 2018-05-24
Publicatiedatum 2018-05-24
Ontwikkelaar Karpediem
Betalingswijze free
Extensiewebsite https://github.com/wlsgur0726/miniGestures
Ondersteunde Talen 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"
}