miniGestures [Reloaded]

Simple mouse gestures / Reloaded version.

什么是miniGestures [Reloaded]?

miniGestures [Reloaded]是由https://www.virtualsoaring.eu开发的Chrome扩展程序,该扩展的主要功能是“Simple mouse gestures / Reloaded version.”。

扩展截图

screenshot
screenshot
screenshot

下载miniGestures [Reloaded]扩展crx文件

下载miniGestures [Reloaded]扩展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.

Remake of this original AJ Ribeiro miniGestures extension: http://bit.ly/1SBKLa2

---------------------------
[2015/11/23] Version 0.5:
Added "Save & Close" button on config page.

[2015/11/19] Version 0.4:
Added click on icon in address bar to enter options page.

[2015/11/18] Version 0.3:
Modified/updated configuration page.

[2015/11/17] Version 0.2:
Added automatic uppercase input.

[2015/11/16] Version 0.1:
First initial release.                    

扩展基本信息

名称 miniGestures [Reloaded] miniGestures [Reloaded]
ID beamjpgknhidkfgmbeplfedbnhmajjpj
官方URL https://chromewebstore.google.com/detail/minigestures-reloaded/beamjpgknhidkfgmbeplfedbnhmajjpj
简介 Simple mouse gestures / Reloaded version.
文件大小 76.1 KB
安装次数 1,022
当前版本 0.5
更新时间 2015-12-02
上架时间 2015-12-01
评分 3.84/5 共25次评分
开发者 https://www.virtualsoaring.eu
电子邮箱 [email protected]
付费类型 free
扩展官网 http://www.virtualsoaring.eu/
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "miniGestures [Reloaded]",
    "short_name": "Gestures.REL",
    "description": "Simple mouse gestures \/ Reloaded version.",
    "version": "0.5",
    "background": {
        "scripts": [
            "background.min.js"
        ]
    },
    "browser_action": {
        "default_title": "miniGestures [Reloaded]",
        "default_icon": {
            "19": "icon_19.png",
            "38": "icon_38.png"
        }
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "jquery-1.11.3.min.js",
                "sizzle.min.js",
                "mouseTrack.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "options_page": "options.html",
    "permissions": [
        "tabs",
        "storage"
    ],
    "icons": {
        "16": "icon_16.png",
        "32": "icon_32.png",
        "48": "icon_48.png",
        "64": "icon_64.png",
        "128": "icon_128.png"
    }
}