Google Calendar Scroll Disabler
A link is worth more than 1000 words: https://productforums.google.com/forum/#!topic/calendar/O2fpZq36otA This Chrome Extension…
Τι είναι το Google Calendar Scroll Disabler;
Το Google Calendar Scroll Disabler είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Ivan Morgillo, και η κύρια λειτουργία του είναι "A link is worth more than 1000 words: https://productforums.google.com/forum/#!topic/calendar/O2fpZq36otA This Chrome Extension…".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Google Calendar Scroll Disabler
Λήψη αρχείων επέκτασης Google Calendar Scroll Disabler σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
A link is worth more than 1000 words: https://productforums.google.com/forum/#!topic/calendar/O2fpZq36otA This Chrome Extension fixes this annoying behavior and disables the scroll on the calendar grid in Google Calendar. You won't be able to navigate to next/previous month using the scroll. You will have to use the arrows < > buttons, as normal people expect it to be.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Google Calendar Scroll Disabler |
ID | nghndfiaocgpmcbeafglhknklfgddebe |
Επίσημο URL | https://chromewebstore.google.com/detail/google-calendar-scroll-di/nghndfiaocgpmcbeafglhknklfgddebe |
Περιγραφή | A link is worth more than 1000 words: https://productforums.google.com/forum/#!topic/calendar/O2fpZq36otA This Chrome Extension… |
Μέγεθος Αρχείου | 8.97 KB |
Αριθμός Εγκαταστάσεων | 10,000 |
Τρέχουσα Έκδοση | 0.5 |
Τελευταία Ενημέρωση | 2018-10-14 |
Ημερομηνία Δημοσίευσης | 2018-10-14 |
Αξιολόγηση | 4.32/5 Συνολικά 190 Αξιολογήσεις |
Προγραμματιστής | Ivan Morgillo |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://github.com/alter-ego/google-calendar-scroll-disabler |
Διεύθυνση URL της Σελίδας Βοήθειας | https://github.com/alter-ego/google-calendar-scroll-disabler |
Υποστηριζόμενες Γλώσσες | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Google Calendar Scroll Disabler", "version": "0.5", "icons": { "16": "icon16.png", "48": "icon48.png" }, "content_scripts": [ { "matches": [ "https:\/\/calendar.google.com\/calendar\/*" ], "js": [ "content.js" ] } ] } |