Google Calendar Scroll Disabler

A link is worth more than 1000 words: https://productforums.google.com/forum/#!topic/calendar/O2fpZq36otA This Chrome Extension…

Was ist Google Calendar Scroll Disabler?

Google Calendar Scroll Disabler ist eine Chrome-Erweiterung, die von Ivan Morgillo entwickelt wurde, und ihr Hauptmerkmal ist "A link is worth more than 1000 words: https://productforums.google.com/forum/#!topic/calendar/O2fpZq36otA This Chrome Extension…".

Erweiterungsscreenshots

screenshot

Google Calendar Scroll Disabler-Erweiterungs-CRX-Datei herunterladen

Laden Sie Google Calendar Scroll Disabler-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Google Calendar Scroll Disabler Google Calendar Scroll Disabler
ID nghndfiaocgpmcbeafglhknklfgddebe
Offizielle URL https://chromewebstore.google.com/detail/google-calendar-scroll-di/nghndfiaocgpmcbeafglhknklfgddebe
Beschreibung A link is worth more than 1000 words: https://productforums.google.com/forum/#!topic/calendar/O2fpZq36otA This Chrome Extension…
Dateigröße 8.97 KB
Installationsanzahl 10,000
Aktuelle Version 0.5
Letztes Update 2018-10-14
Veröffentlichungsdatum 2018-10-14
Bewertung 4.32/5 Insgesamt 190 Bewertungen
Entwickler Ivan Morgillo
Zahlungsart free
Erweiterungswebsite https://github.com/alter-ego/google-calendar-scroll-disabler
Hilfeseite URL https://github.com/alter-ego/google-calendar-scroll-disabler
Unterstützte Sprachen 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"
            ]
        }
    ]
}