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…

Was ist Backspace navigation (for Linux)?

Backspace navigation (for Linux) ist eine Chrome-Erweiterung, die von jdmiller93 entwickelt wurde, und ihr Hauptmerkmal ist "This simple extension allows you to use the backspace key to go back one page in your browser history (when not typing in some…".

Erweiterungsscreenshots

screenshot

Backspace navigation (for Linux)-Erweiterungs-CRX-Datei herunterladen

Laden Sie Backspace navigation (for Linux)-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Backspace navigation (for Linux) Backspace navigation (for Linux)
ID llhklfkimjbpfckbiklconnkagcmocke
Offizielle URL https://chromewebstore.google.com/detail/backspace-navigation-for/llhklfkimjbpfckbiklconnkagcmocke
Beschreibung This simple extension allows you to use the backspace key to go back one page in your browser history (when not typing in some…
Dateigröße 2.9 KB
Installationsanzahl 254
Aktuelle Version 1.0
Letztes Update 2013-09-08
Veröffentlichungsdatum 2013-09-08
Bewertung 3.82/5 Insgesamt 11 Bewertungen
Entwickler jdmiller93
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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
        }
    ]
}