Google Calendar AutoHide Toolbars

More events. Less toolbar.

Τι είναι το Google Calendar AutoHide Toolbars;

Το Google Calendar AutoHide Toolbars είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον rawbytz, και η κύρια λειτουργία του είναι "More events. Less toolbar.".

Στιγμιότυπα Επέκτασης

Λήψη αρχείου CRX της επέκτασης Google Calendar AutoHide Toolbars

Λήψη αρχείων επέκτασης Google Calendar AutoHide Toolbars σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        • 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                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Google Calendar AutoHide Toolbars Google Calendar AutoHide Toolbars
ID dpjbnfamllcdnpffalcmabofkblpmlpd
Επίσημο URL https://chromewebstore.google.com/detail/google-calendar-autohide/dpjbnfamllcdnpffalcmabofkblpmlpd
Περιγραφή More events. Less toolbar.
Μέγεθος Αρχείου 8.09 KB
Αριθμός Εγκαταστάσεων 1,192
Τρέχουσα Έκδοση 0.3.0
Τελευταία Ενημέρωση 2024-02-09
Ημερομηνία Δημοσίευσης 2019-03-07
Αξιολόγηση 4.25/5 Συνολικά 28 Αξιολογήσεις
Προγραμματιστής rawbytz
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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
}