Go back with backspace

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

Was ist Go back with backspace?

Go back with backspace ist eine Chrome-Erweiterung, die von https://namitjuneja.com entwickelt wurde, und ihr Hauptmerkmal ist "Restore the backspace key shortcut to navigate to the previous page.".

Erweiterungsscreenshots

screenshot

Go back with backspace-Erweiterungs-CRX-Datei herunterladen

Laden Sie Go back with backspace-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

                        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                    

Grundlegende Informationen zur Erweiterung

Name Go back with backspace Go back with backspace
ID emacifekhnajdlgeejloncjbcnoingnd
Offizielle URL https://chromewebstore.google.com/detail/go-back-with-backspace/emacifekhnajdlgeejloncjbcnoingnd
Beschreibung Restore the backspace key shortcut to navigate to the previous page.
Dateigröße 4.48 KB
Installationsanzahl 5,636
Aktuelle Version 0.3.2
Letztes Update 2016-08-01
Veröffentlichungsdatum 2016-08-01
Bewertung 4.04/5 Insgesamt 25 Bewertungen
Entwickler https://namitjuneja.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/namitjuneja/chrome-backspace
Unterstützte Sprachen 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"
    }
}