Google Calendar AutoHide Toolbars

More events. Less toolbar.

Qu'est-ce que Google Calendar AutoHide Toolbars ?

Google Calendar AutoHide Toolbars est une extension Chrome développée par rawbytz, et sa fonction principale est "More events. Less toolbar.".

Captures d'Écran de l'Extension

Télécharger le fichier CRX de l'extension Google Calendar AutoHide Toolbars

Téléchargez les fichiers d'extension Google Calendar AutoHide Toolbars 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

                        • 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                    

Informations de Base sur l'Extension

Nom Google Calendar AutoHide Toolbars Google Calendar AutoHide Toolbars
ID dpjbnfamllcdnpffalcmabofkblpmlpd
URL Officiel https://chromewebstore.google.com/detail/google-calendar-autohide/dpjbnfamllcdnpffalcmabofkblpmlpd
Description More events. Less toolbar.
Taille du Fichier 8.09 KB
Nombre d'Installations 1,192
Version Actuelle 0.3.0
Dernière Mise à Jour 2024-02-09
Date de Publication 2019-03-07
Évaluation 4.25/5 Total 28 Évaluations
Développeur rawbytz
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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
}