Google Calendar Scroll Disabler

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

Qu'est-ce que Google Calendar Scroll Disabler ?

Google Calendar Scroll Disabler est une extension Chrome développée par Ivan Morgillo, et sa fonction principale est "A link is worth more than 1000 words: https://productforums.google.com/forum/#!topic/calendar/O2fpZq36otA This Chrome Extension…".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Google Calendar Scroll Disabler

Téléchargez les fichiers d'extension Google Calendar Scroll Disabler au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Google Calendar Scroll Disabler Google Calendar Scroll Disabler
ID nghndfiaocgpmcbeafglhknklfgddebe
URL Officiel https://chromewebstore.google.com/detail/google-calendar-scroll-di/nghndfiaocgpmcbeafglhknklfgddebe
Description A link is worth more than 1000 words: https://productforums.google.com/forum/#!topic/calendar/O2fpZq36otA This Chrome Extension…
Taille du Fichier 8.97 KB
Nombre d'Installations 10,000
Version Actuelle 0.5
Dernière Mise à Jour 2018-10-14
Date de Publication 2018-10-14
Évaluation 4.32/5 Total 190 Évaluations
Développeur Ivan Morgillo
Type de Paiement free
Site Web de l'Extension https://github.com/alter-ego/google-calendar-scroll-disabler
URL de la Page d'Aide https://github.com/alter-ego/google-calendar-scroll-disabler
Langues Prises en Charge 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"
            ]
        }
    ]
}