swipe-back

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

Cos'è swipe-back?

swipe-back è un'estensione di Chrome sviluppata da golopot, e la sua funzione principale è "Go back to previous page by swiping left with two fingers on a trackpad.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione swipe-back

Scarica i file di estensione swipe-back in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome swipe-back swipe-back
ID mkkcgajcpakpfjgikmekgnihlbhliodo
URL Ufficiale https://chromewebstore.google.com/detail/swipe-back/mkkcgajcpakpfjgikmekgnihlbhliodo
Descrizione Go back to previous page by swiping left with two fingers on a trackpad.
Dimensione del File 6.09 KB
Conteggio Installazioni 938
Versione Corrente 0.1.1
Ultimo Aggiornamento 2022-02-14
Data di Pubblicazione 2022-01-25
Valutazione 4.33/5 Totale 12 Valutazioni
Sviluppatore golopot
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/golopot/swipe-back
Lingue Supportate 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"
            ]
        }
    ]
}