Mouse Gestures
The extension currently allows 2 mouse gestures: back and forward. Hold right mouse button pressed and move mouse left - that…
什么是Mouse Gestures?
Mouse Gestures是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“The extension currently allows 2 mouse gestures: back and forward. Hold right mouse button pressed and move mouse left - that…”。
扩展截图
下载Mouse Gestures扩展crx文件
下载Mouse Gestures扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
                        The extension currently allows 2 mouse gestures: back and forward.  Hold right mouse button pressed and move mouse left - that affects as back. Hold right mouse button pressed and move mouse right - that affects as forward. Don't be scared of mouse track - it will disappear when the button is released!                     扩展基本信息
| 名称 |   |  
| ID | mihlicfjbknojccbmgepbbgpndhibbng | 
| 官方URL | https://chromewebstore.google.com/detail/mouse-gestures/mihlicfjbknojccbmgepbbgpndhibbng | 
| 简介 | The extension currently allows 2 mouse gestures: back and forward. Hold right mouse button pressed and move mouse left - that… | 
| 文件大小 | 11.54 KB | 
| 安装次数 | 13 | 
| 当前版本 | 1.0 | 
| 更新时间 | 2020-04-20 | 
| 上架时间 | 2020-04-16 | 
| 开发者 | Unknown | 
| 付费类型 | free | 
| 支持的语言 | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Mouse Gestures",
    "version": "1.0",
    "manifest_version": 2,
    "browser_action": [],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "  |  |