Google Calendar AutoHide Toolbars

More events. Less toolbar.

¿Qué es Google Calendar AutoHide Toolbars?

Google Calendar AutoHide Toolbars es una extensión de Chrome desarrollada por rawbytz, y su función principal es "More events. Less toolbar.".

Capturas de Pantalla de la Extensión

Descargar Archivo CRX de la Extensión Google Calendar AutoHide Toolbars

Descarga archivos de extensión Google Calendar AutoHide Toolbars en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        • Google Calendar's top and left toolbars are hidden by default.
• Shows toolbars only when you need them.
• To activate the top toolbar, hover on the bar at the top of the calendar.
• To activate the left toolbar, hover on the bar at the left of the calendar.
• Note! You must have the left toolbar activated for the hover bar to show.
• TIP: Use forward slash "/" keyboard shortcut to activate Search without using mouse. 

v 0.3.0: Add support for Calendar Dark Mode extension. 
v 0.2.9: Better support for Search and Settings 
v 0.2.8: Disable top toolbar hiding while in Edit and Search results
v 0.2.7: Fix to hide Create button                    

Información Básica de la Extensión

Nombre Google Calendar AutoHide Toolbars Google Calendar AutoHide Toolbars
ID dpjbnfamllcdnpffalcmabofkblpmlpd
URL Oficial https://chromewebstore.google.com/detail/google-calendar-autohide/dpjbnfamllcdnpffalcmabofkblpmlpd
Descripción More events. Less toolbar.
Tamaño del Archivo 8.09 KB
Cantidad de Instalaciones 1,192
Versión Actual 0.3.0
Última Actualización 2024-02-09
Fecha de Publicación 2019-03-07
Calificación 4.25/5 Total de 28 Calificaciones
Desarrollador rawbytz
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Google Calendar AutoHide Toolbars",
    "short_name": "GCalAutoHide",
    "version": "0.3.0",
    "description": "More events. Less toolbar.",
    "icons": {
        "128": "GCal_AutoHide_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.google.com\/calendar\/*"
            ],
            "css": [
                "gcal_autohide.css"
            ],
            "all_frames": true
        }
    ],
    "manifest_version": 2
}