Google Calendar Scroll Disabler

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

O que é Google Calendar Scroll Disabler?

Google Calendar Scroll Disabler é uma extensão do Chrome desenvolvida por Ivan Morgillo, e sua principal característica é "A link is worth more than 1000 words: https://productforums.google.com/forum/#!topic/calendar/O2fpZq36otA This Chrome Extension…".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Google Calendar Scroll Disabler

Baixe arquivos de extensão Google Calendar Scroll Disabler no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Google Calendar Scroll Disabler Google Calendar Scroll Disabler
ID nghndfiaocgpmcbeafglhknklfgddebe
URL Oficial https://chromewebstore.google.com/detail/google-calendar-scroll-di/nghndfiaocgpmcbeafglhknklfgddebe
Descrição A link is worth more than 1000 words: https://productforums.google.com/forum/#!topic/calendar/O2fpZq36otA This Chrome Extension…
Tamanho do Arquivo 8.97 KB
Contagem de Instalações 10,000
Versão Atual 0.5
Última Atualização 2018-10-14
Data de Publicação 2018-10-14
Classificação 4.32/5 Total de 190 Avaliações
Desenvolvedor Ivan Morgillo
Tipo de Pagamento free
Site da Extensão https://github.com/alter-ego/google-calendar-scroll-disabler
URL da Página de Ajuda https://github.com/alter-ego/google-calendar-scroll-disabler
Idiomas Suportados 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"
            ]
        }
    ]
}