Google Calendar Resize Sidebar

Chrome extension for resizing Google Calendar sidebar.

Google Calendar Resize Sidebar là gì?

Google Calendar Resize Sidebar là một tiện ích mở rộng Chrome được phát triển bởi ota2000, và tính năng chính của nó là "Chrome extension for resizing Google Calendar sidebar.".

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

screenshot

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

Tải xuống các tệp mở rộng Google Calendar Resize Sidebar 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

                        Provides a single feature that makes Google Calendar useful.

Make the width of the left side menu variable.
You can adjust the width as you like by sliding the knob on the lower right of the left side menu.                    

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

Tên Google Calendar Resize Sidebar Google Calendar Resize Sidebar
ID jahcciegnhkkdoflkeifhadaopppgkac
URL Chính Thức https://chromewebstore.google.com/detail/google-calendar-resize-si/jahcciegnhkkdoflkeifhadaopppgkac
Mô tả Chrome extension for resizing Google Calendar sidebar.
Kích Thước Tệp 86.81 KB
Số Lần Cài Đặt 324
Phiên Bản Hiện Tại 0.0.1
Cập Nhật Lần Cuối 2023-02-21
Ngày Phát Hành 2023-02-21
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển ota2000
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Google Calendar Resize Sidebar",
    "author": "Yasuhiro Arakaki",
    "description": "Chrome extension for resizing Google Calendar sidebar.",
    "version": "0.0.1",
    "manifest_version": 3,
    "icons": {
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/calendar.google.com\/calendar\/*"
            ],
            "css": [
                "style.css"
            ]
        }
    ]
}