swipe-back

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

什麼是swipe-back?

swipe-back是由golopot開發的Chrome擴展程式,該擴展的主要功能是“Go back to previous page by swiping left with two fingers on a trackpad.”。

擴展截圖

screenshot

下載swipe-back擴展crx文件

下載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
官方網址 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"
            ]
        }
    ]
}