Google Calendar AutoHide Toolbars
More events. Less toolbar.
Was ist Google Calendar AutoHide Toolbars?
Google Calendar AutoHide Toolbars ist eine Chrome-Erweiterung, die von rawbytz entwickelt wurde, und ihr Hauptmerkmal ist "More events. Less toolbar.".
Erweiterungsscreenshots
Google Calendar AutoHide Toolbars-Erweiterungs-CRX-Datei herunterladen
Laden Sie Google Calendar AutoHide Toolbars-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
• 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 Grundlegende Informationen zur Erweiterung
| Name | |
| ID | dpjbnfamllcdnpffalcmabofkblpmlpd |
| Offizielle URL | https://chromewebstore.google.com/detail/google-calendar-autohide/dpjbnfamllcdnpffalcmabofkblpmlpd |
| Beschreibung | More events. Less toolbar. |
| Dateigröße | 8.09 KB |
| Installationsanzahl | 1,192 |
| Aktuelle Version | 0.3.0 |
| Letztes Update | 2024-02-09 |
| Veröffentlichungsdatum | 2019-03-07 |
| Bewertung | 4.25/5 Insgesamt 28 Bewertungen |
| Entwickler | rawbytz |
| [email protected] | |
| Zahlungsart | free |
| Unterstützte Sprachen | 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
} | |