Go back with backspace

Restore the backspace key shortcut to navigate to the previous page.

Cos'è Go back with backspace?

Go back with backspace è un'estensione di Chrome sviluppata da https://namitjuneja.com, e la sua funzione principale è "Restore the backspace key shortcut to navigate to the previous page.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Go back with backspace

Scarica i file di estensione Go back with backspace 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

                        Google has removed the ability to go "back" with the backspace key in chrome since v52.

This extension brings back the functionality and allows you to use Backspace key as a shortcut to go back to the previous page.

Usage
BACKSPACE              - Go one step back
Shift + BACKSPACE - Go one step forward                    

Informazioni di Base sull'Estensione

Nome Go back with backspace Go back with backspace
ID emacifekhnajdlgeejloncjbcnoingnd
URL Ufficiale https://chromewebstore.google.com/detail/go-back-with-backspace/emacifekhnajdlgeejloncjbcnoingnd
Descrizione Restore the backspace key shortcut to navigate to the previous page.
Dimensione del File 4.48 KB
Conteggio Installazioni 5,636
Versione Corrente 0.3.2
Ultimo Aggiornamento 2016-08-01
Data di Pubblicazione 2016-08-01
Valutazione 4.04/5 Totale 25 Valutazioni
Sviluppatore https://namitjuneja.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/namitjuneja/chrome-backspace
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Go back with backspace",
    "description": "Restore the backspace key shortcut to navigate to the previous page.",
    "author": "Namit Juneja",
    "version": "0.3.2",
    "manifest_version": 2,
    "minimum_chrome_version": "52",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "all_frames": true,
            "run_at": "document_start",
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "128": "icon.png"
    }
}