miniGestures

a very simple mouse gestures program

miniGestures क्या है?

miniGestures AJ Ribeiro द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "a very simple mouse gestures program"।

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

screenshot

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

crx प्रारूप में miniGestures एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.

Version 1.5 3/19/2014: Problem with Linux and Max created by adding rocker gestures should be fixed.

Version 1.4 3/19/2014: Added functionality to open link in new tab.  Thanks Theodore Briggs!

Version 1.2 3/15/2014: Added back and forward rocker gestures.  Added open last closed tab functionality.  Added option to not show mouse trails.


Version 1.1 12/8/2013: Fixed issue with canvas height property.  Now lines will be drawn on entire page.

Version 1.0 11/17/2013: Fixed deprecated DOM feature, now drawing lines properly

Version 0.1: First Upload                    

एक्सटेंशन की मूल जानकारी

नाम miniGestures miniGestures
ID apnjnepphihnjahpbfjiebcnpgmjnhfp
आधिकारिक URL https://chromewebstore.google.com/detail/minigestures/apnjnepphihnjahpbfjiebcnpgmjnhfp
विवरण a very simple mouse gestures program
फ़ाइल का आकार 114 KB
स्थापना संख्या 12,190
वर्तमान संस्करण 1.5
अंतिम अपडेट 2014-03-19
प्रकाशन तिथि 2014-03-19
रेटिंग 4.16/5 कुल 165 रेटिंग्स
डेवलपर AJ Ribeiro
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "miniGestures",
    "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.5",
    "options_page": "options.html",
    "description": "a very simple mouse gestures program"
}