Google Calendar Disable Month Scroll
Disable jumping from month to month in Google Calendar when scrolling.
Τι είναι το Google Calendar Disable Month Scroll;
Το Google Calendar Disable Month Scroll είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον raphael.schaad, και η κύρια λειτουργία του είναι "Disable jumping from month to month in Google Calendar when scrolling.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Google Calendar Disable Month Scroll
Λήψη αρχείων επέκτασης Google Calendar Disable Month Scroll σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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!
Βασικές Πληροφορίες Επέκτασης
Όνομα | Google Calendar Disable Month Scroll |
ID | fhcfmpoiniaamlhkcpiaahokbpibjjoh |
Επίσημο URL | https://chromewebstore.google.com/detail/google-calendar-disable-m/fhcfmpoiniaamlhkcpiaahokbpibjjoh |
Περιγραφή | Disable jumping from month to month in Google Calendar when scrolling. |
Μέγεθος Αρχείου | 5.29 KB |
Αριθμός Εγκαταστάσεων | 5,652 |
Τρέχουσα Έκδοση | 1.2.0 |
Τελευταία Ενημέρωση | 2022-05-02 |
Ημερομηνία Δημοσίευσης | 2020-05-19 |
Αξιολόγηση | 4.56/5 Συνολικά 32 Αξιολογήσεις |
Προγραμματιστής | raphael.schaad |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
URL της Σελίδας Πολιτικής Απορρήτου | https://raphaelschaad.com/privacy |
Υποστηριζόμενες Γλώσσες | 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" ] } ] } |