Toolset for Google Calendar™

This extension provides multiple small tools for the Google Calendar™.

Toolset for Google Calendar™ là gì?

Toolset for Google Calendar™ là một tiện ích mở rộng Chrome được phát triển bởi vncnt.dev, và tính năng chính của nó là "This extension provides multiple small tools for the Google Calendar™.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

                        This extension offers a suite of convenient tools designed to enhance your Google Calendar™ experience.

You have full control over your experience. Customize it to your liking by disabling any or all features in the settings. Your calendar, your way.

1. Display Event-Duration :  (all languages)
Calculates and displays the event durations on the "by day", "by week" and "by month" view.

2. Information On Hover: 
Displays the event information, when hovering over an event on the "by day", "by week" and "by month" view.

3. Export Event As Ics:
Seamlessly export events as ICS files for easy sharing and integration with other calendar applications.

4. Indicate Full-Day Events: 
Highlight full-day and multi-day events in day and week views by overlaying them on the main calendar background.

5. Better Add Meeting Buttons:
Streamline your calendar experience by consolidating supported "add meeting" buttons into a single line and shortening their text. Note that you still need to install the respective vendor's extension to enable these buttons initially.

Enhance your Google Calendar™ usage with this versatile browser extension!



Google Calender™ is a trademark of Google Inc.
Use of this trademark is subject to Google Permissions.                    

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

Tên Toolset for Google Calendar™ Toolset for Google Calendar™
ID ckjjfpcdnccfjnkpnlfndpmlbdlohgcm
URL Chính Thức https://chromewebstore.google.com/detail/toolset-for-google-calend/ckjjfpcdnccfjnkpnlfndpmlbdlohgcm
Mô tả This extension provides multiple small tools for the Google Calendar™.
Kích Thước Tệp 366 KB
Số Lần Cài Đặt 822
Phiên Bản Hiện Tại 1.3.0
Cập Nhật Lần Cuối 2024-01-03
Ngày Phát Hành 2022-08-16
Nhà Phát Triển vncnt.dev
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/vncnt-dev/Google-Calendar-Tools
URL Trang Trợ Giúp https://github.com/vncnt-dev/Google-Calendar-Tools/issues
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Toolset for Google Calendar\u2122",
    "version": "1.3.0",
    "description": "This extension provides multiple small tools for the Google Calendar\u2122.",
    "action": {
        "default_icon": {
            "128": "icons\/icon128.png",
            "48": "icons\/icon48.png",
            "16": "icons\/icon16.png"
        }
    },
    "icons": {
        "128": "icons\/icon128.png",
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png"
    },
    "options_page": "options\/options.html",
    "background": {
        "service_worker": "js\/background.js"
    },
    "content_scripts": [
        {
            "js": [
                "js\/content_script.js"
            ],
            "css": [
                "styles\/content_script.css"
            ],
            "matches": [
                "https:\/\/calendar.google.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "web_accessible_resources\/xhook.min.js"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "web_accessible_resources\/XHRInterceptor.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "storage"
    ]
}