Google Calendar Disable Month Scroll
Disable jumping from month to month in Google Calendar when scrolling.
Qu'est-ce que Google Calendar Disable Month Scroll ?
Google Calendar Disable Month Scroll est une extension Chrome développée par raphael.schaad, et sa fonction principale est "Disable jumping from month to month in Google Calendar when scrolling.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Google Calendar Disable Month Scroll
Téléchargez les fichiers d'extension Google Calendar Disable Month Scroll au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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!
Informations de Base sur l'Extension
Nom | Google Calendar Disable Month Scroll |
ID | fhcfmpoiniaamlhkcpiaahokbpibjjoh |
URL Officiel | https://chromewebstore.google.com/detail/google-calendar-disable-m/fhcfmpoiniaamlhkcpiaahokbpibjjoh |
Description | Disable jumping from month to month in Google Calendar when scrolling. |
Taille du Fichier | 5.29 KB |
Nombre d'Installations | 5,652 |
Version Actuelle | 1.2.0 |
Dernière Mise à Jour | 2022-05-02 |
Date de Publication | 2020-05-19 |
Évaluation | 4.56/5 Total 32 Évaluations |
Développeur | raphael.schaad |
[email protected] | |
Type de Paiement | free |
URL de la Page de Politique de Confidentialité | https://raphaelschaad.com/privacy |
Langues Prises en Charge | 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" ] } ] } |