Swipe Gesture

Add OSX-style two-finger multitouch gestures

Wat is Swipe Gesture?

Swipe Gesture is een Chrome-extensie ontwikkeld door http://antimatter15.com, en de belangrijkste functie is "Add OSX-style two-finger multitouch gestures".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Swipe Gesture

Download Swipe Gesture-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Swipe Gesture Swipe Gesture
ID mgegfjnccpnkdppohmfgnjalkediapkc
Officiële URL https://chrome.google.com/webstore/detail/swipe-gesture/mgegfjnccpnkdppohmfgnjalkediapkc
Beschrijving Add OSX-style two-finger multitouch gestures
Bestandsgrootte 58.66 KB
Aantal Installaties 8,365
Huidige Versie 2.0
Laatst Bijgewerkt 2012-08-17
Publicatiedatum 2012-08-17
Beoordeling 2.38/5 Totaal 141 Beoordelingen
Ontwikkelaar http://antimatter15.com
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina http://projectnaptha.com
Ondersteunde Talen 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"
    ]
}