miniGestures

a very simple mouse gestures program

什么是miniGestures?

miniGestures是由AJ Ribeiro开发的Chrome扩展程序,该扩展的主要功能是“a very simple mouse gestures program”。

扩展截图

screenshot

下载miniGestures扩展crx文件

下载miniGestures扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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"
}