Swipe Gesture

Add OSX-style two-finger multitouch gestures

Swipe Gesture là gì?

Swipe Gesture là một tiện ích mở rộng Chrome được phát triển bởi http://antimatter15.com, và tính năng chính của nó là "Add OSX-style two-finger multitouch gestures".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Swipe Gesture

Tải xuống các tệp mở rộng Swipe Gesture dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Swipe Gesture Swipe Gesture
ID mgegfjnccpnkdppohmfgnjalkediapkc
URL Chính Thức https://chrome.google.com/webstore/detail/swipe-gesture/mgegfjnccpnkdppohmfgnjalkediapkc
Mô tả Add OSX-style two-finger multitouch gestures
Kích Thước Tệp 58.66 KB
Số Lần Cài Đặt 8,365
Phiên Bản Hiện Tại 2.0
Cập Nhật Lần Cuối 2012-08-17
Ngày Phát Hành 2012-08-17
Đánh Giá 2.38/5 Tổng số 141 Đánh Giá
Nhà Phát Triển http://antimatter15.com
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật http://projectnaptha.com
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}