Swipe Gesture

Add OSX-style two-finger multitouch gestures

Swipe Gestureคืออะไร?

Swipe Gesture เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://antimatter15.com และคุณลักษณะหลักของมันคือ "Add OSX-style two-finger multitouch gestures"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Swipe Gesture

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
    ]
}