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…

Wat is Backspace navigation (for Linux)?

Backspace navigation (for Linux) is een Chrome-extensie ontwikkeld door jdmiller93, en de belangrijkste functie is "This simple extension allows you to use the backspace key to go back one page in your browser history (when not typing in some…".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Backspace navigation (for Linux)

Download Backspace navigation (for Linux)-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

                        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.                    

Basisinformatie over de Extensie

Naam Backspace navigation (for Linux) Backspace navigation (for Linux)
ID llhklfkimjbpfckbiklconnkagcmocke
Officiële URL https://chromewebstore.google.com/detail/backspace-navigation-for/llhklfkimjbpfckbiklconnkagcmocke
Beschrijving This simple extension allows you to use the backspace key to go back one page in your browser history (when not typing in some…
Bestandsgrootte 2.9 KB
Aantal Installaties 254
Huidige Versie 1.0
Laatst Bijgewerkt 2013-09-08
Publicatiedatum 2013-09-08
Beoordeling 3.82/5 Totaal 11 Beoordelingen
Ontwikkelaar jdmiller93
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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
        }
    ]
}