Google Calendar Scroll Disabler

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

Co je Google Calendar Scroll Disabler?

Google Calendar Scroll Disabler je rozšíření Chrome vyvinuté Ivan Morgillo, a jeho hlavní funkcí je „A link is worth more than 1000 words: https://productforums.google.com/forum/#!topic/calendar/O2fpZq36otA This Chrome Extension…“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Google Calendar Scroll Disabler

Stáhněte si soubory rozšíření Google Calendar Scroll Disabler ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Google Calendar Scroll Disabler Google Calendar Scroll Disabler
ID nghndfiaocgpmcbeafglhknklfgddebe
Oficiální URL https://chromewebstore.google.com/detail/google-calendar-scroll-di/nghndfiaocgpmcbeafglhknklfgddebe
Popis A link is worth more than 1000 words: https://productforums.google.com/forum/#!topic/calendar/O2fpZq36otA This Chrome Extension…
Velikost souboru 8.97 KB
Počet instalací 10,000
Aktuální Verze 0.5
Poslední Aktualizace 2018-10-14
Datum Vydání 2018-10-14
Hodnocení 4.32/5 Celkem 190 Hodnocení
Vývojář Ivan Morgillo
Typ Platby free
Webové stránky Rozšíření https://github.com/alter-ego/google-calendar-scroll-disabler
URL Stránky Nápovědy https://github.com/alter-ego/google-calendar-scroll-disabler
Podporované Jazyky 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"
            ]
        }
    ]
}