Google Calendar Disable Month Scroll
Disable jumping from month to month in Google Calendar when scrolling.
Was ist Google Calendar Disable Month Scroll?
Google Calendar Disable Month Scroll ist eine Chrome-Erweiterung, die von raphael.schaad entwickelt wurde, und ihr Hauptmerkmal ist "Disable jumping from month to month in Google Calendar when scrolling.".
Erweiterungsscreenshots
Google Calendar Disable Month Scroll-Erweiterungs-CRX-Datei herunterladen
Laden Sie Google Calendar Disable Month Scroll-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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!
Grundlegende Informationen zur Erweiterung
Name | Google Calendar Disable Month Scroll |
ID | fhcfmpoiniaamlhkcpiaahokbpibjjoh |
Offizielle URL | https://chromewebstore.google.com/detail/google-calendar-disable-m/fhcfmpoiniaamlhkcpiaahokbpibjjoh |
Beschreibung | Disable jumping from month to month in Google Calendar when scrolling. |
Dateigröße | 5.29 KB |
Installationsanzahl | 5,652 |
Aktuelle Version | 1.2.0 |
Letztes Update | 2022-05-02 |
Veröffentlichungsdatum | 2020-05-19 |
Bewertung | 4.56/5 Insgesamt 32 Bewertungen |
Entwickler | raphael.schaad |
[email protected] | |
Zahlungsart | free |
URL der Datenschutzrichtlinien-Seite | https://raphaelschaad.com/privacy |
Unterstützte Sprachen | 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" ] } ] } |