Swipe Gesture

Add OSX-style two-finger multitouch gestures

什么是Swipe Gesture?

Swipe Gesture是由http://antimatter15.com开发的Chrome扩展程序,该扩展的主要功能是“Add OSX-style two-finger multitouch gestures”。

扩展截图

screenshot

下载Swipe Gesture扩展crx文件

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

扩展使用说明

                        This extension adds OSX-style two-finger multitouch gestures for Chrome on many other platforms. This has been tested on Windows 7 on Bootcamp and on a Samsung Series 5 Chromebook.                    

扩展基本信息

名称 Swipe Gesture Swipe Gesture
ID mgegfjnccpnkdppohmfgnjalkediapkc
官方URL https://chrome.google.com/webstore/detail/swipe-gesture/mgegfjnccpnkdppohmfgnjalkediapkc
简介 Add OSX-style two-finger multitouch gestures
文件大小 58.66 KB
安装次数 8,365
当前版本 2.0
更新时间 2012-08-17
上架时间 2012-08-17
评分 2.38/5 共141次评分
开发者 http://antimatter15.com
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL http://projectnaptha.com
支持的语言 en-US
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Swipe Gesture",
    "version": "2.0",
    "manifest_version": 2,
    "description": "Add OSX-style two-finger multitouch gestures",
    "icons": {
        "64": "img\/64.png",
        "48": "img\/48.png",
        "16": "img\/16.png",
        "128": "img\/128.png"
    },
    "options_page": "options.html",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "swipe.js"
            ]
        }
    ],
    "permissions": [
        "storage",
        "tabs"
    ]
}