Go Back(space)

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

What is Go Back(space)?

Go Back(space) is a Chrome extension developed by https://www.tristanwiley.com, and its main feature is "This extension will restore the functionality of pressing backspace to go to the previous page, and shift+backspace to go forward.".

Extension Screenshots

screenshot

Download Go Back(space) Extension CRX File

Download Go Back(space) extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Go Back(space) Go Back(space)
ID oamoblhomggdkgijpmlnbiafkchmpajd
Official URL https://chromewebstore.google.com/detail/go-backspace/oamoblhomggdkgijpmlnbiafkchmpajd
Description This extension will restore the functionality of pressing backspace to go to the previous page, and shift+backspace to go forward.
File Size 10.97 KB
Installation Count 527
Current Version 1.3
Last Updated 2016-10-25
Publish Date 2016-10-24
Rating 5.00/5 Total 1 Ratings
Developer https://www.tristanwiley.com
Email [email protected]
Payment Type free
Supported Languages 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"
        }
    ]
}