Backspace navigation (for Linux)

This simple extension allows you to use the backspace key to go back one page in your browser history (when not typing in some…

What is Backspace navigation (for Linux)?

Backspace navigation (for Linux) is a Chrome extension developed by jdmiller93, and its main feature is "This simple extension allows you to use the backspace key to go back one page in your browser history (when not typing in some…".

Extension Screenshots

screenshot

Download Backspace navigation (for Linux) Extension CRX File

Download Backspace navigation (for Linux) 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 simple extension allows you to use the backspace key to go back one page in your browser history (when not typing in some input field), or shift+backspace to go forward. The extension is intended for Linux users (as Chrome for Linux does not have this feature), but it should not break the built-in backspace navigation on Windows/Mac.                    

Extension Basic Information

Name Backspace navigation (for Linux) Backspace navigation (for Linux)
ID llhklfkimjbpfckbiklconnkagcmocke
Official URL https://chromewebstore.google.com/detail/backspace-navigation-for/llhklfkimjbpfckbiklconnkagcmocke
Description This simple extension allows you to use the backspace key to go back one page in your browser history (when not typing in some…
File Size 2.9 KB
Installation Count 254
Current Version 1.0
Last Updated 2013-09-08
Publish Date 2013-09-08
Rating 3.82/5 Total 11 Ratings
Developer jdmiller93
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Backspace navigation (for Linux)",
    "version": "1.0",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "backspace.js"
            ],
            "all_frames": true
        }
    ]
}