Swipe Gesture

Add OSX-style two-finger multitouch gestures

Vad är Swipe Gesture?

Swipe Gesture är en Chrome-tillägg utvecklad av http://antimatter15.com, och dess huvudfunktion är "Add OSX-style two-finger multitouch gestures".

Tilläggsskärmbilder

screenshot

Ladda ner Swipe Gesture-förlängningens CRX-fil

Ladda ner Swipe Gesture-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Swipe Gesture Swipe Gesture
ID mgegfjnccpnkdppohmfgnjalkediapkc
Officiell webbadress https://chrome.google.com/webstore/detail/swipe-gesture/mgegfjnccpnkdppohmfgnjalkediapkc
Beskrivning Add OSX-style two-finger multitouch gestures
Filstorlek 58.66 KB
Antal Installationer 8,365
Aktuell Version 2.0
Senast Uppdaterad 2012-08-17
Publiceringsdatum 2012-08-17
Betyg 2.38/5 Totalt 141 Betyg
Utvecklare http://antimatter15.com
E-post [email protected]
Betalningssätt free
URL till Sekretesspolicy Sidan http://projectnaptha.com
Stödda Språk 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"
    ]
}