Google Calendar Scroll Disabler
A link is worth more than 1000 words: https://productforums.google.com/forum/#!topic/calendar/O2fpZq36otA This Chrome Extension…
What is Google Calendar Scroll Disabler?
Google Calendar Scroll Disabler is a Chrome extension developed by Ivan Morgillo, and its main feature is "A link is worth more than 1000 words: https://productforums.google.com/forum/#!topic/calendar/O2fpZq36otA This Chrome Extension…".
Extension Screenshots
Download Google Calendar Scroll Disabler Extension CRX File
Download Google Calendar Scroll Disabler 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
A link is worth more than 1000 words: https://productforums.google.com/forum/#!topic/calendar/O2fpZq36otA This Chrome Extension fixes this annoying behavior and disables the scroll on the calendar grid in Google Calendar. You won't be able to navigate to next/previous month using the scroll. You will have to use the arrows < > buttons, as normal people expect it to be.
Extension Basic Information
Name | Google Calendar Scroll Disabler |
ID | nghndfiaocgpmcbeafglhknklfgddebe |
Official URL | https://chromewebstore.google.com/detail/google-calendar-scroll-di/nghndfiaocgpmcbeafglhknklfgddebe |
Description | A link is worth more than 1000 words: https://productforums.google.com/forum/#!topic/calendar/O2fpZq36otA This Chrome Extension… |
File Size | 8.97 KB |
Installation Count | 10,000 |
Current Version | 0.5 |
Last Updated | 2018-10-14 |
Publish Date | 2018-10-14 |
Rating | 4.32/5 Total 190 Ratings |
Developer | Ivan Morgillo |
Payment Type | free |
Extension Website | https://github.com/alter-ego/google-calendar-scroll-disabler |
Help Page URL | https://github.com/alter-ego/google-calendar-scroll-disabler |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Google Calendar Scroll Disabler", "version": "0.5", "icons": { "16": "icon16.png", "48": "icon48.png" }, "content_scripts": [ { "matches": [ "https:\/\/calendar.google.com\/calendar\/*" ], "js": [ "content.js" ] } ] } |