Google Calendar Scroll Disabler
A link is worth more than 1000 words: https://productforums.google.com/forum/#!topic/calendar/O2fpZq36otA This Chrome Extension…
Apa itu Google Calendar Scroll Disabler?
Google Calendar Scroll Disabler adalah ekstensi Chrome yang dikembangkan oleh Ivan Morgillo, dan fitur utamanya adalah "A link is worth more than 1000 words: https://productforums.google.com/forum/#!topic/calendar/O2fpZq36otA This Chrome Extension…".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Google Calendar Scroll Disabler
Unduh file ekstensi Google Calendar Scroll Disabler dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Google Calendar Scroll Disabler |
ID | nghndfiaocgpmcbeafglhknklfgddebe |
URL Resmi | https://chromewebstore.google.com/detail/google-calendar-scroll-di/nghndfiaocgpmcbeafglhknklfgddebe |
Deskripsi | A link is worth more than 1000 words: https://productforums.google.com/forum/#!topic/calendar/O2fpZq36otA This Chrome Extension… |
Ukuran File | 8.97 KB |
Jumlah Instalasi | 10,000 |
Versi Saat Ini | 0.5 |
Terakhir Diperbarui | 2018-10-14 |
Tanggal Publikasi | 2018-10-14 |
Penilaian | 4.32/5 Total 190 Penilaian |
Pengembang | Ivan Morgillo |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/alter-ego/google-calendar-scroll-disabler |
URL Halaman Bantuan | https://github.com/alter-ego/google-calendar-scroll-disabler |
Bahasa yang Didukung | 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" ] } ] } |