Go Back(space)

This extension will restore the functionality of pressing backspace to go to the previous page, and shift+backspace to go forward.

Cos'è Go Back(space)?

Go Back(space) è un'estensione di Chrome sviluppata da https://www.tristanwiley.com, e la sua funzione principale è "This extension will restore the functionality of pressing backspace to go to the previous page, and shift+backspace to go forward.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Go Back(space)

Scarica i file di estensione Go Back(space) 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

                        This extension will restore the functionality of pressing the backspace key and going to the previous page, and pressing shift+backspace to go forward.

If you'd like the source it is located here: https://github.com/TristanWiley/Go-Backspace                    

Informazioni di Base sull'Estensione

Nome Go Back(space) Go Back(space)
ID oamoblhomggdkgijpmlnbiafkchmpajd
URL Ufficiale https://chromewebstore.google.com/detail/go-backspace/oamoblhomggdkgijpmlnbiafkchmpajd
Descrizione This extension will restore the functionality of pressing backspace to go to the previous page, and shift+backspace to go forward.
Dimensione del File 10.97 KB
Conteggio Installazioni 527
Versione Corrente 1.3
Ultimo Aggiornamento 2016-10-25
Data di Pubblicazione 2016-10-24
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore https://www.tristanwiley.com
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Go Back(space)",
    "description": "This extension will restore the functionality of pressing backspace to go to the previous page, and shift+backspace to go forward.",
    "version": "1.3",
    "minimum_chrome_version": "52",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "background.js"
            ],
            "run_at": "document_start"
        }
    ]
}