Google Calendar Disable Month Scroll
Disable jumping from month to month in Google Calendar when scrolling.
Wat is Google Calendar Disable Month Scroll?
Google Calendar Disable Month Scroll is een Chrome-extensie ontwikkeld door raphael.schaad, en de belangrijkste functie is "Disable jumping from month to month in Google Calendar when scrolling.".
Extensie Screenshots
Download het CRX-bestand van de extensie Google Calendar Disable Month Scroll
Download Google Calendar Disable Month Scroll-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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!
Basisinformatie over de Extensie
Naam | Google Calendar Disable Month Scroll |
ID | fhcfmpoiniaamlhkcpiaahokbpibjjoh |
Officiële URL | https://chromewebstore.google.com/detail/google-calendar-disable-m/fhcfmpoiniaamlhkcpiaahokbpibjjoh |
Beschrijving | Disable jumping from month to month in Google Calendar when scrolling. |
Bestandsgrootte | 5.29 KB |
Aantal Installaties | 5,652 |
Huidige Versie | 1.2.0 |
Laatst Bijgewerkt | 2022-05-02 |
Publicatiedatum | 2020-05-19 |
Beoordeling | 4.56/5 Totaal 32 Beoordelingen |
Ontwikkelaar | raphael.schaad |
[email protected] | |
Betalingswijze | free |
URL van de Privacybeleid Pagina | https://raphaelschaad.com/privacy |
Ondersteunde Talen | 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" ] } ] } |