Google Calendar Disable Month Scroll
Disable jumping from month to month in Google Calendar when scrolling.
Hvad er Google Calendar Disable Month Scroll?
Google Calendar Disable Month Scroll er en Chrome-udvidelse udviklet af raphael.schaad, og dens hovedfunktion er "Disable jumping from month to month in Google Calendar when scrolling.".
Udvidelsesskærmbilleder
Download Google Calendar Disable Month Scroll-udvidelses-CRX-fil
Download Google Calendar Disable Month Scroll-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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!
Grundlæggende oplysninger om udvidelsen
Navn | Google Calendar Disable Month Scroll |
ID | fhcfmpoiniaamlhkcpiaahokbpibjjoh |
Officiel URL | https://chromewebstore.google.com/detail/google-calendar-disable-m/fhcfmpoiniaamlhkcpiaahokbpibjjoh |
Beskrivelse | Disable jumping from month to month in Google Calendar when scrolling. |
Filstørrelse | 5.29 KB |
Antal Installationer | 5,652 |
Nuværende Version | 1.2.0 |
Senest Opdateret | 2022-05-02 |
Udgivelsesdato | 2020-05-19 |
Bedømmelse | 4.56/5 Samlet 32 Bedømmelser |
Udvikler | raphael.schaad |
[email protected] | |
Betalingsmetode | free |
URL til Fortrolighedspolitik Side | https://raphaelschaad.com/privacy |
Understøttede Sprog | 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" ] } ] } |