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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
            ]
        }
    ]
}