Google Calendar AutoHide Toolbars

More events. Less toolbar.

Google Calendar AutoHide Toolbars là gì?

Google Calendar AutoHide Toolbars là một tiện ích mở rộng Chrome được phát triển bởi rawbytz, và tính năng chính của nó là "More events. Less toolbar.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

Tải xuống tệp CRX của tiện ích mở rộng Google Calendar AutoHide Toolbars

Tải xuống các tệp mở rộng Google Calendar AutoHide Toolbars dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        • 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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Google Calendar AutoHide Toolbars Google Calendar AutoHide Toolbars
ID dpjbnfamllcdnpffalcmabofkblpmlpd
URL Chính Thức https://chromewebstore.google.com/detail/google-calendar-autohide/dpjbnfamllcdnpffalcmabofkblpmlpd
Mô tả More events. Less toolbar.
Kích Thước Tệp 8.09 KB
Số Lần Cài Đặt 1,192
Phiên Bản Hiện Tại 0.3.0
Cập Nhật Lần Cuối 2024-02-09
Ngày Phát Hành 2019-03-07
Đánh Giá 4.25/5 Tổng số 28 Đánh Giá
Nhà Phát Triển rawbytz
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
}