Swipe Gesture

Add OSX-style two-finger multitouch gestures

Cos'è Swipe Gesture?

Swipe Gesture è un'estensione di Chrome sviluppata da http://antimatter15.com, e la sua funzione principale è "Add OSX-style two-finger multitouch gestures".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Swipe Gesture

Scarica i file di estensione Swipe Gesture in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Swipe Gesture Swipe Gesture
ID mgegfjnccpnkdppohmfgnjalkediapkc
URL Ufficiale https://chrome.google.com/webstore/detail/swipe-gesture/mgegfjnccpnkdppohmfgnjalkediapkc
Descrizione Add OSX-style two-finger multitouch gestures
Dimensione del File 58.66 KB
Conteggio Installazioni 8,365
Versione Corrente 2.0
Ultimo Aggiornamento 2012-08-17
Data di Pubblicazione 2012-08-17
Valutazione 2.38/5 Totale 141 Valutazioni
Sviluppatore http://antimatter15.com
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy http://projectnaptha.com
Lingue Supportate 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"
    ]
}