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 |
| 官方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
} | |