Google Calendar Disable Month Scroll

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

O que é Google Calendar Disable Month Scroll?

Google Calendar Disable Month Scroll é uma extensão do Chrome desenvolvida por raphael.schaad, e sua principal característica é "Disable jumping from month to month in Google Calendar when scrolling.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Google Calendar Disable Month Scroll

Baixe arquivos de extensão Google Calendar Disable Month Scroll 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

                        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!                    

Informações Básicas da Extensão

Nome Google Calendar Disable Month Scroll Google Calendar Disable Month Scroll
ID fhcfmpoiniaamlhkcpiaahokbpibjjoh
URL Oficial https://chromewebstore.google.com/detail/google-calendar-disable-m/fhcfmpoiniaamlhkcpiaahokbpibjjoh
Descrição Disable jumping from month to month in Google Calendar when scrolling.
Tamanho do Arquivo 5.29 KB
Contagem de Instalações 5,652
Versão Atual 1.2.0
Última Atualização 2022-05-02
Data de Publicação 2020-05-19
Classificação 4.56/5 Total de 32 Avaliações
Desenvolvedor raphael.schaad
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://raphaelschaad.com/privacy
Idiomas Suportados 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"
            ]
        }
    ]
}