Go Back(space)

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

Hvad er Go Back(space)?

Go Back(space) er en Chrome-udvidelse udviklet af https://www.tristanwiley.com, og dens hovedfunktion er "This extension will restore the functionality of pressing backspace to go to the previous page, and shift+backspace to go forward.".

Udvidelsesskærmbilleder

screenshot

Download Go Back(space)-udvidelses-CRX-fil

Download Go Back(space)-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn Go Back(space) Go Back(space)
ID oamoblhomggdkgijpmlnbiafkchmpajd
Officiel URL https://chromewebstore.google.com/detail/go-backspace/oamoblhomggdkgijpmlnbiafkchmpajd
Beskrivelse This extension will restore the functionality of pressing backspace to go to the previous page, and shift+backspace to go forward.
Filstørrelse 10.97 KB
Antal Installationer 527
Nuværende Version 1.3
Senest Opdateret 2016-10-25
Udgivelsesdato 2016-10-24
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler https://www.tristanwiley.com
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
        }
    ]
}