Swipe Gesture

Add OSX-style two-finger multitouch gestures

What is Swipe Gesture?

Swipe Gesture is a Chrome extension developed by http://antimatter15.com, and its main feature is "Add OSX-style two-finger multitouch gestures".

Extension Screenshots

screenshot

Download Swipe Gesture Extension CRX File

Download Swipe Gesture extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Swipe Gesture Swipe Gesture
ID mgegfjnccpnkdppohmfgnjalkediapkc
Official URL https://chrome.google.com/webstore/detail/swipe-gesture/mgegfjnccpnkdppohmfgnjalkediapkc
Description Add OSX-style two-finger multitouch gestures
File Size 58.66 KB
Installation Count 8,365
Current Version 2.0
Last Updated 2012-08-17
Publish Date 2012-08-17
Rating 2.38/5 Total 141 Ratings
Developer http://antimatter15.com
Email [email protected]
Payment Type free
Privacy Policy Page URL http://projectnaptha.com
Supported Languages 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"
    ]
}