Google Calendar AutoHide Toolbars
More events. Less toolbar.
什麼是Google Calendar AutoHide Toolbars?
Google Calendar AutoHide Toolbars是由rawbytz開發的Chrome擴展程式,該擴展的主要功能是“More events. Less toolbar.”。
擴展截圖
下載Google Calendar AutoHide Toolbars擴展crx文件
下載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 擴展基本資訊
| 名稱 | |
| ID | dpjbnfamllcdnpffalcmabofkblpmlpd |
| 官方網址 | 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
} | |