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…"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Google Calendar Scroll Disabler
ดาวน์โหลดไฟล์ส่วนขยาย Google Calendar Scroll Disabler ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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. ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| 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 |
| URL หน้าช่วยเหลือ | 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"
]
}
]
} | |