swipe-back

Go back to previous page by swiping left with two fingers on a trackpad.

ما هو swipe-back؟

swipe-back هو إضافة Chrome تم تطويرها بواسطة golopot، والميزة الرئيسية لها هي "Go back to previous page by swiping left with two fingers on a trackpad.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة swipe-back

قم بتنزيل ملفات الامتداد swipe-back بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Go back to previous page by swiping left with two fingers on a trackpad. This extension emulates swipe back in a Mac magic trackpad. You don't need this extension on a Mac computer.                    

معلومات أساسية عن التمديد

الاسم swipe-back swipe-back
ID mkkcgajcpakpfjgikmekgnihlbhliodo
عنوان URL الرسمي https://chromewebstore.google.com/detail/swipe-back/mkkcgajcpakpfjgikmekgnihlbhliodo
الوصف Go back to previous page by swiping left with two fingers on a trackpad.
حجم الملف 6.09 KB
عدد التثبيتات 938
النسخة الحالية 0.1.1
آخر تحديث 2022-02-14
تاريخ النشر 2022-01-25
تقييم 4.33/5 مجموع تقييمات 12
المطور golopot
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/golopot/swipe-back
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "swipe-back",
    "version": "0.1.1",
    "description": "Go back to previous page by swiping left with two fingers on a trackpad.",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_end",
            "js": [
                "swipe-back.js"
            ],
            "css": [
                "swipe-back.css"
            ]
        }
    ]
}