Go Back(space)

This extension will restore the functionality of pressing backspace to go to the previous page, and shift+backspace to go forward.

Was ist Go Back(space)?

Go Back(space) ist eine Chrome-Erweiterung, die von https://www.tristanwiley.com entwickelt wurde, und ihr Hauptmerkmal ist "This extension will restore the functionality of pressing backspace to go to the previous page, and shift+backspace to go forward.".

Erweiterungsscreenshots

screenshot

Go Back(space)-Erweiterungs-CRX-Datei herunterladen

Laden Sie Go Back(space)-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 extension will restore the functionality of pressing the backspace key and going to the previous page, and pressing shift+backspace to go forward.

If you'd like the source it is located here: https://github.com/TristanWiley/Go-Backspace                    

Grundlegende Informationen zur Erweiterung

Name Go Back(space) Go Back(space)
ID oamoblhomggdkgijpmlnbiafkchmpajd
Offizielle URL https://chromewebstore.google.com/detail/go-backspace/oamoblhomggdkgijpmlnbiafkchmpajd
Beschreibung This extension will restore the functionality of pressing backspace to go to the previous page, and shift+backspace to go forward.
Dateigröße 10.97 KB
Installationsanzahl 527
Aktuelle Version 1.3
Letztes Update 2016-10-25
Veröffentlichungsdatum 2016-10-24
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler https://www.tristanwiley.com
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Go Back(space)",
    "description": "This extension will restore the functionality of pressing backspace to go to the previous page, and shift+backspace to go forward.",
    "version": "1.3",
    "minimum_chrome_version": "52",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "background.js"
            ],
            "run_at": "document_start"
        }
    ]
}