Google Calendar Disable Month Scroll
Disable jumping from month to month in Google Calendar when scrolling.
What is Google Calendar Disable Month Scroll?
Google Calendar Disable Month Scroll is a Chrome extension developed by raphael.schaad, and its main feature is "Disable jumping from month to month in Google Calendar when scrolling.".
Extension Screenshots
Download Google Calendar Disable Month Scroll Extension CRX File
Download Google Calendar Disable Month 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
This extension prevents jumping around in month view when scrolling, especially a problem for users of Mighty or Magic Mouse/Trackpad. Unlike other extensions, it doesn't break scrolling up and down in week or schedule view. If you like your more reliable month view, please leave a rating and review!
Extension Basic Information
Name | Google Calendar Disable Month Scroll |
ID | fhcfmpoiniaamlhkcpiaahokbpibjjoh |
Official URL | https://chromewebstore.google.com/detail/google-calendar-disable-m/fhcfmpoiniaamlhkcpiaahokbpibjjoh |
Description | Disable jumping from month to month in Google Calendar when scrolling. |
File Size | 5.29 KB |
Installation Count | 5,652 |
Current Version | 1.2.0 |
Last Updated | 2022-05-02 |
Publish Date | 2020-05-19 |
Rating | 4.56/5 Total 32 Ratings |
Developer | raphael.schaad |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://raphaelschaad.com/privacy |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Google Calendar Disable Month Scroll", "version": "1.2.0", "description": "Disable jumping from month to month in Google Calendar when scrolling.", "icons": { "128": "icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/calendar.google.com\/*" ], "js": [ "content.js" ] } ] } |