Google Calendar Disable Month Scroll

Disable jumping from month to month in Google Calendar when scrolling.

Apa itu Google Calendar Disable Month Scroll?

Google Calendar Disable Month Scroll adalah ekstensi Chrome yang dikembangkan oleh raphael.schaad, dan fitur utamanya adalah "Disable jumping from month to month in Google Calendar when scrolling.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Google Calendar Disable Month Scroll

Unduh file ekstensi Google Calendar Disable Month Scroll 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

                        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!                    

Informasi Dasar Ekstensi

Nama Google Calendar Disable Month Scroll Google Calendar Disable Month Scroll
ID fhcfmpoiniaamlhkcpiaahokbpibjjoh
URL Resmi https://chromewebstore.google.com/detail/google-calendar-disable-m/fhcfmpoiniaamlhkcpiaahokbpibjjoh
Deskripsi Disable jumping from month to month in Google Calendar when scrolling.
Ukuran File 5.29 KB
Jumlah Instalasi 5,652
Versi Saat Ini 1.2.0
Terakhir Diperbarui 2022-05-02
Tanggal Publikasi 2020-05-19
Penilaian 4.56/5 Total 32 Penilaian
Pengembang raphael.schaad
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://raphaelschaad.com/privacy
Bahasa yang Didukung 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"
            ]
        }
    ]
}