World Clock

See multiple world clocks in toolbar popup!

World Clock là gì?

World Clock là một tiện ích mở rộng Chrome được phát triển bởi Sevina, và tính năng chính của nó là "See multiple world clocks in toolbar popup!".

Ả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 World Clock

Tải xuống các tệp mở rộng World Clock 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

                        World Clock is an add-on that lets you render world clocks in your browser toolbar popup. 

Simply add as many clocks as you want from the drop-down menu in the popup. Please note that currently, 34 items are available to choose from. Before adding any item, you can set the daylight-saving value as well (i.e. -1, 0, and +1). Items in the toolbar popup are draggable, so you can drag them to your desired position; all changes are auto-saved to the memory. By default, 9 items are added to the toolbar popup, but you can remove them at any time by clicking on the cross-sign next to each item (remove button at the top-right corner).

If you have a feature request or found a bug to report, please fill the bug report form in the add-on's homepage (https://mybrowseraddon.com/world-clock.html).                    

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

Tên World Clock World Clock
ID lpbilbknafkkhbnpnjhacgjfddebhlmj
URL Chính Thức https://chromewebstore.google.com/detail/world-clock/lpbilbknafkkhbnpnjhacgjfddebhlmj
Mô tả See multiple world clocks in toolbar popup!
Kích Thước Tệp 61.49 KB
Số Lần Cài Đặt 727
Phiên Bản Hiện Tại 0.1.3
Cập Nhật Lần Cuối 2023-11-19
Ngày Phát Hành 2018-12-15
Đánh Giá 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển Sevina
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://mybrowseraddon.com/world-clock.html
URL Trang Trợ Giúp https://mybrowseraddon.com/world-clock.html
URL Trang Chính Sách Bảo Mật https://mybrowseraddon.com/privacy-policy/developer/sevina.html
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1.3",
    "name": "World Clock",
    "manifest_version": 3,
    "offline_enabled": true,
    "permissions": [
        "storage",
        "contextMenus"
    ],
    "description": "See multiple world clocks in toolbar popup!",
    "homepage_url": "https:\/\/mybrowseraddon.com\/world-clock.html",
    "commands": {
        "_execute_action": []
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "World Clock",
        "default_icon": {
            "16": "data\/icons\/16.png",
            "32": "data\/icons\/32.png",
            "48": "data\/icons\/48.png",
            "64": "data\/icons\/64.png"
        }
    },
    "icons": {
        "16": "data\/icons\/16.png",
        "32": "data\/icons\/32.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png",
        "128": "data\/icons\/128.png"
    }
}