Swipe Gesture

Add OSX-style two-finger multitouch gestures

Co to jest Swipe Gesture?

Swipe Gesture to rozszerzenie Chrome opracowane przez http://antimatter15.com, a jego główną funkcją jest „Add OSX-style two-finger multitouch gestures”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Swipe Gesture

Pobierz pliki rozszerzeń Swipe Gesture w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Swipe Gesture Swipe Gesture
ID mgegfjnccpnkdppohmfgnjalkediapkc
Oficjalny URL https://chrome.google.com/webstore/detail/swipe-gesture/mgegfjnccpnkdppohmfgnjalkediapkc
Opis Add OSX-style two-finger multitouch gestures
Rozmiar pliku 58.66 KB
Liczba instalacji 8,365
Aktualna Wersja 2.0
Ostatnia Aktualizacja 2012-08-17
Data Publikacji 2012-08-17
Ocena 2.38/5 Łącznie 141 Oceny
Deweloper http://antimatter15.com
E-mail [email protected]
Typ Płatności free
Adres URL Strony Polityki Prywatności http://projectnaptha.com
Obsługiwane Języki 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"
    ]
}