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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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 |
URL หน้านโยบายความเป็นส่วนตัว | 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" ] } ] } |