Google Calendar No Scroll

Disables mouse wheel scrolling in Google Calender, the new layout.

ما هو Google Calendar No Scroll؟

Google Calendar No Scroll هو إضافة Chrome تم تطويرها بواسطة CleverInsert، والميزة الرئيسية لها هي "Disables mouse wheel scrolling in Google Calender, the new layout.".

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

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

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

                                            

معلومات أساسية عن التمديد

الاسم Google Calendar No Scroll Google Calendar No Scroll
ID ngongjpcmamjpplnkfanigdmbkccinbk
عنوان URL الرسمي https://chrome.google.com/webstore/detail/ngongjpcmamjpplnkfanigdmbkccinbk
الوصف Disables mouse wheel scrolling in Google Calender, the new layout.
حجم الملف 9.22 KB
عدد التثبيتات 78
النسخة الحالية 1.0.0
آخر تحديث 2018-01-17
تاريخ النشر 2018-01-17
تقييم 4.00/5 مجموع تقييمات 2
المطور CleverInsert
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية https://cleverinsert.com/privacy_policy_cws.txt
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Google Calendar No Scroll",
    "version": "1.0.0",
    "description": "Disables mouse wheel scrolling in Google Calender, the new layout.",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/calendar.google.com\/calendar\/*"
            ],
            "run_at": "document_idle",
            "all_frames": false,
            "js": [
                "mutation-summary.min.js",
                "main.js"
            ]
        }
    ]
}