miniGestures2

a very simple mouse gestures program

Cos'è miniGestures2?

miniGestures2 è un'estensione di Chrome sviluppata da Karpediem, e la sua funzione principale è "a very simple mouse gestures program".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione miniGestures2

Scarica i file di estensione miniGestures2 in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome miniGestures2 miniGestures2
ID akpalcpkpldjellmgainjojefkamfafh
URL Ufficiale https://chrome.google.com/webstore/detail/minigestures2/akpalcpkpldjellmgainjojefkamfafh
Descrizione a very simple mouse gestures program
Dimensione del File 115 KB
Conteggio Installazioni 79
Versione Corrente 1.4
Ultimo Aggiornamento 2018-05-24
Data di Pubblicazione 2018-05-24
Sviluppatore Karpediem
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/wlsgur0726/miniGestures
Lingue Supportate 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"
}