WTB Cleanup

Cleans up World Time Buddy and adds local workstation time.

WTB Cleanup là gì?

WTB Cleanup là một tiện ích mở rộng Chrome được phát triển bởi josh.be.dev, và tính năng chính của nó là "Cleans up World Time Buddy and adds local workstation time.".

Ả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 WTB Cleanup

Tải xuống các tệp mở rộng WTB Cleanup 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 modifies the standard/free version of World Time Buddy and cleans up the interface. It adds a random background image and the current local (workstation) time. It's designed to be a beautiful and informative display. Click the background to hide WTB and show the background only, or right-click the background to change it to a new random background. (Photos courtesy of picsum.photos and Unsplash).

Note: This extension does nothing on its own - it requires World Time Buddy, and removes functionality from the standard WTB interface. You should configure WTB (select cities/timezones, etc.) before turning on this extension. When you need to make changes to WTB again, turn off this extension to get the full WTB UI back. (If there's interest, future versions may include built in on/off functionality.)

(If you are the creator of World Time Buddy, please contact me - I love your product and would love to talk to you about it!)                    

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

Tên WTB Cleanup WTB Cleanup
ID mbekndclaggcgkfcakchdabnpihghbib
URL Chính Thức https://chromewebstore.google.com/detail/wtb-cleanup/mbekndclaggcgkfcakchdabnpihghbib
Mô tả Cleans up World Time Buddy and adds local workstation time.
Kích Thước Tệp 14.17 KB
Số Lần Cài Đặt 138
Phiên Bản Hiện Tại 0.0.1
Cập Nhật Lần Cuối 2022-04-12
Ngày Phát Hành 2022-04-12
Nhà Phát Triển josh.be.dev
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://josh.be/privacy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "WTB Cleanup",
    "description": "Cleans up World Time Buddy and adds local workstation time.",
    "version": "0.0.1",
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.worldtimebuddy.com\/*"
            ],
            "js": [
                "contents.js"
            ]
        }
    ]
}