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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
عنوان صفحة سياسة الخصوصية | 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" ] } ] } |