Go Back(space)

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

Wat is Go Back(space)?

Go Back(space) is een Chrome-extensie ontwikkeld door https://www.tristanwiley.com, en de belangrijkste functie is "This extension will restore the functionality of pressing backspace to go to the previous page, and shift+backspace to go forward.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Go Back(space)

Download Go Back(space)-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 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                    

Basisinformatie over de Extensie

Naam Go Back(space) Go Back(space)
ID oamoblhomggdkgijpmlnbiafkchmpajd
Officiële URL https://chromewebstore.google.com/detail/go-backspace/oamoblhomggdkgijpmlnbiafkchmpajd
Beschrijving This extension will restore the functionality of pressing backspace to go to the previous page, and shift+backspace to go forward.
Bestandsgrootte 10.97 KB
Aantal Installaties 527
Huidige Versie 1.3
Laatst Bijgewerkt 2016-10-25
Publicatiedatum 2016-10-24
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar https://www.tristanwiley.com
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
        }
    ]
}