ZoomToScroll

Ctrl + Scroll will scroll normally rather than zooming.

What is ZoomToScroll?

ZoomToScroll is a Chrome extension developed by Ryan McElroy, and its main feature is "Ctrl + Scroll will scroll normally rather than zooming.".

Download ZoomToScroll Extension CRX File

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

                        If you get annoyed by Chrome zooming when you press Ctrl when scrolling, this extension replaces that behavior with normal scrolling.                    

Extension Basic Information

Name ZoomToScroll ZoomToScroll
ID iaehfjjafflijdgfoglcpgjpgabghcel
Official URL https://chrome.google.com/webstore/detail/zoomtoscroll/iaehfjjafflijdgfoglcpgjpgabghcel
Description Ctrl + Scroll will scroll normally rather than zooming.
File Size 7.65 KB
Installation Count 300
Current Version 0.1
Last Updated 2015-02-07
Publish Date 2015-02-07
Rating 4.27/5 Total 15 Ratings
Developer Ryan McElroy
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "ZoomToScroll",
    "version": "0.1",
    "description": "Ctrl + Scroll will scroll normally rather than zooming.",
    "icons": {
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "match_about_blank": true,
            "run_at": "document_start",
            "js": [
                "ZoomToScroll.js"
            ]
        }
    ]
}