Google Calendar - Secondary timezone switch

Quickly change secondary timezone based on world clock

Google Calendar - Secondary timezone switch là gì?

Google Calendar - Secondary timezone switch là một tiện ích mở rộng Chrome được phát triển bởi Sid, và tính năng chính của nó là "Quickly change secondary timezone based on world clock".

Ả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 - Secondary timezone switch

Tải xuống các tệp mở rộng Google Calendar - Secondary timezone switch 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 extensions helps in switching the secondary timezone quickly from the world clock in the sidebar                    

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

Tên Google Calendar - Secondary timezone switch Google Calendar - Secondary timezone switch
ID naodbbgfgaphpgoffbeljcmklomlacmm
URL Chính Thức https://chromewebstore.google.com/detail/google-calendar-secondary/naodbbgfgaphpgoffbeljcmklomlacmm
Mô tả Quickly change secondary timezone based on world clock
Kích Thước Tệp 10.1 KB
Số Lần Cài Đặt 46
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2022-04-10
Ngày Phát Hành 2022-04-10
Nhà Phát Triển Sid
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 - Secondary timezone switch",
    "description": "Quickly change secondary timezone based on world clock",
    "version": "1.0",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/calendar.google.com\/*"
            ],
            "js": [
                "content-script.js"
            ]
        }
    ],
    "icons": {
        "16": "icon_16.png",
        "32": "icon_32.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    }
}