Swipe Gesture

Add OSX-style two-finger multitouch gestures

Qu'est-ce que Swipe Gesture ?

Swipe Gesture est une extension Chrome développée par http://antimatter15.com, et sa fonction principale est "Add OSX-style two-finger multitouch gestures".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Swipe Gesture

Téléchargez les fichiers d'extension Swipe Gesture au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Swipe Gesture Swipe Gesture
ID mgegfjnccpnkdppohmfgnjalkediapkc
URL Officiel https://chrome.google.com/webstore/detail/swipe-gesture/mgegfjnccpnkdppohmfgnjalkediapkc
Description Add OSX-style two-finger multitouch gestures
Taille du Fichier 58.66 KB
Nombre d'Installations 8,365
Version Actuelle 2.0
Dernière Mise à Jour 2012-08-17
Date de Publication 2012-08-17
Évaluation 2.38/5 Total 141 Évaluations
Développeur http://antimatter15.com
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité http://projectnaptha.com
Langues Prises en Charge 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"
    ]
}