Swipe Gesture

Add OSX-style two-finger multitouch gestures

Swipe Gestureとは何ですか?

Swipe Gestureはhttp://antimatter15.comによって開発されたChromeの拡張機能で、その主な機能は「Add OSX-style two-finger multitouch gestures」です。

拡張機能のスクリーンショット

screenshot

Swipe Gesture拡張機能のCRXファイルをダウンロード

Swipe Gesture拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Swipe Gesture Swipe Gesture
ID mgegfjnccpnkdppohmfgnjalkediapkc
公式URL https://chrome.google.com/webstore/detail/swipe-gesture/mgegfjnccpnkdppohmfgnjalkediapkc
説明 Add OSX-style two-finger multitouch gestures
ファイルサイズ 58.66 KB
インストール数 8,365
現在のバージョン 2.0
最終更新日 2012-08-17
公開日 2012-08-17
評価 2.38/5 合計 141 レビュー
開発者 http://antimatter15.com
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL http://projectnaptha.com
対応言語 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"
    ]
}