Backspace navigation (for Linux)

This simple extension allows you to use the backspace key to go back one page in your browser history (when not typing in some…

Cos'è Backspace navigation (for Linux)?

Backspace navigation (for Linux) è un'estensione di Chrome sviluppata da jdmiller93, e la sua funzione principale è "This simple extension allows you to use the backspace key to go back one page in your browser history (when not typing in some…".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Backspace navigation (for Linux)

Scarica i file di estensione Backspace navigation (for Linux) 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 simple extension allows you to use the backspace key to go back one page in your browser history (when not typing in some input field), or shift+backspace to go forward. The extension is intended for Linux users (as Chrome for Linux does not have this feature), but it should not break the built-in backspace navigation on Windows/Mac.                    

Informazioni di Base sull'Estensione

Nome Backspace navigation (for Linux) Backspace navigation (for Linux)
ID llhklfkimjbpfckbiklconnkagcmocke
URL Ufficiale https://chromewebstore.google.com/detail/backspace-navigation-for/llhklfkimjbpfckbiklconnkagcmocke
Descrizione This simple extension allows you to use the backspace key to go back one page in your browser history (when not typing in some…
Dimensione del File 2.9 KB
Conteggio Installazioni 254
Versione Corrente 1.0
Ultimo Aggiornamento 2013-09-08
Data di Pubblicazione 2013-09-08
Valutazione 3.82/5 Totale 11 Valutazioni
Sviluppatore jdmiller93
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Backspace navigation (for Linux)",
    "version": "1.0",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "backspace.js"
            ],
            "all_frames": true
        }
    ]
}