Backspace Back

back the backspace key

What is Backspace Back?

Backspace Back is a Chrome extension developed by Ümit Yaşar Kalkan, and its main feature is "back the backspace key".

Download Backspace Back Extension CRX File

Download Backspace Back 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

                        Use the backspace key to go to the previous page                    

Extension Basic Information

Name Backspace Back Backspace Back
ID gnjmhpbfoadklembkbjmpjfkbgkobaon
Official URL https://chrome.google.com/webstore/detail/backspace-back/gnjmhpbfoadklembkbjmpjfkbgkobaon
Description back the backspace key
File Size 27.76 KB
Installation Count 98
Current Version 1.0.1
Last Updated 2016-08-05
Publish Date 2016-08-05
Rating 5.00/5 Total 3 Ratings
Developer Ümit Yaşar Kalkan
Payment Type free
Supported Languages tr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Backspace Back",
    "description": "back the backspace key",
    "version": "1.0.1",
    "manifest_version": 2,
    "permissions": [
        ""
    ],
    "icons": {
        "16": "images\/icons\/16.png",
        "48": "images\/icons\/48.png",
        "128": "images\/icons\/128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icons\/19.png",
            "38": "images\/icons\/38.png"
        },
        "default_popup": "pencere.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "ftp:\/\/*\/*"
            ],
            "js": [
                "uykalkan.js"
            ]
        }
    ]
}