Mouse History

Go one page back or one page forward with clever mouse button shortcut.

What is Mouse History?

Mouse History is a Chrome extension developed by Martin Babinec, and its main feature is "Go one page back or one page forward with clever mouse button shortcut.".

Download Mouse History Extension CRX File

Download Mouse History 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

                        You can go back or forward in page with these easy mouse shortcut:

- Hold right mouse button + press left mouse button = go one page back.
- Hold left mouse button + press right mouse button = go one page forward.                    

Extension Basic Information

Name Mouse History Mouse History
ID lmmjlidhpipkimkbeoppeognbeahogjf
Official URL https://chrome.google.com/webstore/detail/mouse-history/lmmjlidhpipkimkbeoppeognbeahogjf
Description Go one page back or one page forward with clever mouse button shortcut.
File Size 8.58 KB
Installation Count 27
Current Version 1.0
Last Updated 2015-04-11
Publish Date 2015-04-11
Rating 2.33/5 Total 3 Ratings
Developer Martin Babinec
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Mouse History",
    "version": "1.0",
    "author": "Martin Babinec",
    "description": "Go one page back or one page forward with clever mouse button shortcut.",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "script.js"
            ]
        }
    ]
}