swipe-back

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

What is swipe-back?

swipe-back is a Chrome extension developed by golopot, and its main feature is "Go back to previous page by swiping left with two fingers on a trackpad.".

Extension Screenshots

screenshot

Download swipe-back Extension CRX File

Download swipe-back extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name swipe-back swipe-back
ID mkkcgajcpakpfjgikmekgnihlbhliodo
Official URL https://chromewebstore.google.com/detail/swipe-back/mkkcgajcpakpfjgikmekgnihlbhliodo
Description Go back to previous page by swiping left with two fingers on a trackpad.
File Size 6.09 KB
Installation Count 938
Current Version 0.1.1
Last Updated 2022-02-14
Publish Date 2022-01-25
Rating 4.33/5 Total 12 Ratings
Developer golopot
Email [email protected]
Payment Type free
Extension Website https://github.com/golopot/swipe-back
Supported Languages 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"
            ]
        }
    ]
}