Swipe Gesture

Add OSX-style two-finger multitouch gestures

Apa itu Swipe Gesture?

Swipe Gesture adalah ekstensi Chrome yang dikembangkan oleh http://antimatter15.com, dan fitur utamanya adalah "Add OSX-style two-finger multitouch gestures".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Swipe Gesture

Unduh file ekstensi Swipe Gesture dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Swipe Gesture Swipe Gesture
ID mgegfjnccpnkdppohmfgnjalkediapkc
URL Resmi https://chrome.google.com/webstore/detail/swipe-gesture/mgegfjnccpnkdppohmfgnjalkediapkc
Deskripsi Add OSX-style two-finger multitouch gestures
Ukuran File 58.66 KB
Jumlah Instalasi 8,365
Versi Saat Ini 2.0
Terakhir Diperbarui 2012-08-17
Tanggal Publikasi 2012-08-17
Penilaian 2.38/5 Total 141 Penilaian
Pengembang http://antimatter15.com
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi http://projectnaptha.com
Bahasa yang Didukung 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"
    ]
}