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…".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Google Calendar Scroll Disabler

قم بتنزيل ملفات الامتداد Google Calendar Scroll Disabler بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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 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
عنوان صفحة المساعدة 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"
            ]
        }
    ]
}