Google Calendar No Scroll

Disables mouse wheel scrolling in Google Calender, the new layout.

What is Google Calendar No Scroll?

Google Calendar No Scroll is a Chrome extension developed by CleverInsert, and its main feature is "Disables mouse wheel scrolling in Google Calender, the new layout.".

Download Google Calendar No Scroll Extension CRX File

Download Google Calendar No Scroll 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

                                            

Extension Basic Information

Name Google Calendar No Scroll Google Calendar No Scroll
ID ngongjpcmamjpplnkfanigdmbkccinbk
Official URL https://chrome.google.com/webstore/detail/ngongjpcmamjpplnkfanigdmbkccinbk
Description Disables mouse wheel scrolling in Google Calender, the new layout.
File Size 9.22 KB
Installation Count 78
Current Version 1.0.0
Last Updated 2018-01-17
Publish Date 2018-01-17
Rating 4.00/5 Total 2 Ratings
Developer CleverInsert
Email [email protected]
Payment Type free
Privacy Policy Page URL https://cleverinsert.com/privacy_policy_cws.txt
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Google Calendar No Scroll",
    "version": "1.0.0",
    "description": "Disables mouse wheel scrolling in Google Calender, the new layout.",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/calendar.google.com\/calendar\/*"
            ],
            "run_at": "document_idle",
            "all_frames": false,
            "js": [
                "mutation-summary.min.js",
                "main.js"
            ]
        }
    ]
}