Go Back(space)

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

Co je Go Back(space)?

Go Back(space) je rozšíření Chrome vyvinuté https://www.tristanwiley.com, a jeho hlavní funkcí je „This extension will restore the functionality of pressing backspace to go to the previous page, and shift+backspace to go forward.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Go Back(space)

Stáhněte si soubory rozšíření Go Back(space) ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název Go Back(space) Go Back(space)
ID oamoblhomggdkgijpmlnbiafkchmpajd
Oficiální URL https://chromewebstore.google.com/detail/go-backspace/oamoblhomggdkgijpmlnbiafkchmpajd
Popis This extension will restore the functionality of pressing backspace to go to the previous page, and shift+backspace to go forward.
Velikost souboru 10.97 KB
Počet instalací 527
Aktuální Verze 1.3
Poslední Aktualizace 2016-10-25
Datum Vydání 2016-10-24
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář https://www.tristanwiley.com
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
        }
    ]
}