Go back with backspace

Restore the backspace key shortcut to navigate to the previous page.

What is Go back with backspace?

Go back with backspace is a Chrome extension developed by https://namitjuneja.com, and its main feature is "Restore the backspace key shortcut to navigate to the previous page.".

Extension Screenshots

screenshot

Download Go back with backspace Extension CRX File

Download Go back with backspace 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

                        Google has removed the ability to go "back" with the backspace key in chrome since v52.

This extension brings back the functionality and allows you to use Backspace key as a shortcut to go back to the previous page.

Usage
BACKSPACE              - Go one step back
Shift + BACKSPACE - Go one step forward                    

Extension Basic Information

Name Go back with backspace Go back with backspace
ID emacifekhnajdlgeejloncjbcnoingnd
Official URL https://chromewebstore.google.com/detail/go-back-with-backspace/emacifekhnajdlgeejloncjbcnoingnd
Description Restore the backspace key shortcut to navigate to the previous page.
File Size 4.48 KB
Installation Count 5,636
Current Version 0.3.2
Last Updated 2016-08-01
Publish Date 2016-08-01
Rating 4.04/5 Total 25 Ratings
Developer https://namitjuneja.com
Email [email protected]
Payment Type free
Extension Website https://github.com/namitjuneja/chrome-backspace
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Go back with backspace",
    "description": "Restore the backspace key shortcut to navigate to the previous page.",
    "author": "Namit Juneja",
    "version": "0.3.2",
    "manifest_version": 2,
    "minimum_chrome_version": "52",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "all_frames": true,
            "run_at": "document_start",
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "128": "icon.png"
    }
}