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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة سياسة الخصوصية 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"
    ]
}