Scroll Back

Change the behaviour of Shift-Wheel to go forward and back in the history, like Firefox.

What is Scroll Back?

Scroll Back is a Chrome extension developed by https://erambler.co.uk, and its main feature is "Change the behaviour of Shift-Wheel to go forward and back in the history, like Firefox.".

Download Scroll Back Extension CRX File

Download Scroll 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

                        Firefox allows you to navigate in the history by holding down the Shift key and using the mouse wheel.  This extension enables the same behaviour in Chrome.  There is no configuration: just disable the extension to go back to the default behaviour.

License: https://github.com/jezcope/chrome-scroll-back/blob/master/LICENSE.txt

Please report bugs at https://github.com/jezcope/chrome-scroll-back/issues.

Icon taken from FontAwesome (http://fortawesome.github.io/Font-Awesome/).                    

Extension Basic Information

Name Scroll Back Scroll Back
ID bhhdgkdmcbgoecgmdgbkabdbjcihafgc
Official URL https://chromewebstore.google.com/detail/scroll-back/bhhdgkdmcbgoecgmdgbkabdbjcihafgc
Description Change the behaviour of Shift-Wheel to go forward and back in the history, like Firefox.
File Size 5.87 KB
Installation Count 114
Current Version 0.1.1
Last Updated 2017-01-06
Publish Date 2017-01-06
Rating 5.00/5 Total 4 Ratings
Developer https://erambler.co.uk
Payment Type free
Supported Languages en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Scroll Back",
    "description": "Change the behaviour of Shift-Wheel to go forward and back in the history, like Firefox.",
    "icons": {
        "128": "icon.png"
    },
    "version": "0.1.1",
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "js\/scrollback.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "ftp:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ]
}