Google Calendar Disable Month Scroll
Disable jumping from month to month in Google Calendar when scrolling.
Cos'è Google Calendar Disable Month Scroll?
Google Calendar Disable Month Scroll è un'estensione di Chrome sviluppata da raphael.schaad, e la sua funzione principale è "Disable jumping from month to month in Google Calendar when scrolling.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Google Calendar Disable Month Scroll
Scarica i file di estensione Google Calendar Disable Month Scroll in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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!
Informazioni di Base sull'Estensione
Nome | Google Calendar Disable Month Scroll |
ID | fhcfmpoiniaamlhkcpiaahokbpibjjoh |
URL Ufficiale | https://chromewebstore.google.com/detail/google-calendar-disable-m/fhcfmpoiniaamlhkcpiaahokbpibjjoh |
Descrizione | Disable jumping from month to month in Google Calendar when scrolling. |
Dimensione del File | 5.29 KB |
Conteggio Installazioni | 5,652 |
Versione Corrente | 1.2.0 |
Ultimo Aggiornamento | 2022-05-02 |
Data di Pubblicazione | 2020-05-19 |
Valutazione | 4.56/5 Totale 32 Valutazioni |
Sviluppatore | raphael.schaad |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | https://raphaelschaad.com/privacy |
Lingue Supportate | 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" ] } ] } |