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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                                            

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ 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
URL หน้านโยบายความเป็นส่วนตัว 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"
            ]
        }
    ]
}