swipe-back

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

Wat is swipe-back?

swipe-back is een Chrome-extensie ontwikkeld door golopot, en de belangrijkste functie is "Go back to previous page by swiping left with two fingers on a trackpad.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie swipe-back

Download swipe-back-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam swipe-back swipe-back
ID mkkcgajcpakpfjgikmekgnihlbhliodo
Officiële URL https://chromewebstore.google.com/detail/swipe-back/mkkcgajcpakpfjgikmekgnihlbhliodo
Beschrijving Go back to previous page by swiping left with two fingers on a trackpad.
Bestandsgrootte 6.09 KB
Aantal Installaties 938
Huidige Versie 0.1.1
Laatst Bijgewerkt 2022-02-14
Publicatiedatum 2022-01-25
Beoordeling 4.33/5 Totaal 12 Beoordelingen
Ontwikkelaar golopot
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/golopot/swipe-back
Ondersteunde Talen 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"
            ]
        }
    ]
}