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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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"
    ]
}