World Clock Toolbar

EASY to access on your toolbar with a list of country that you visit often at a glance.

World Clock Toolbar là gì?

World Clock Toolbar là một tiện ích mở rộng Chrome được phát triển bởi davidjutegsn911, và tính năng chính của nó là "EASY to access on your toolbar with a list of country that you visit often at a glance.".

Ả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 Toolbar

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

                        EASY to access on your toolbar with a list of country that you visit often at a glance.

FEATURE extended world clock from city to every country.

DISPLAY multiple world clocks that you can easily add, remove, sort and edit according to your preference.

SIMPLE design with just one click without searching it every time you want to look up for client, coworker or family’s current timezone in different country.

Feel free to share your opinion, ideas and requests.                    

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

Tên World Clock Toolbar World Clock Toolbar
ID kkppmdakhdcgoidhmoegcnbmboljojom
URL Chính Thức https://chromewebstore.google.com/detail/world-clock-toolbar/kkppmdakhdcgoidhmoegcnbmboljojom
Mô tả EASY to access on your toolbar with a list of country that you visit often at a glance.
Kích Thước Tệp 2.76 MB
Số Lần Cài Đặt 1,678
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2021-07-08
Ngày Phát Hành 2020-11-10
Đánh Giá 4.75/5 Tổng số 8 Đánh Giá
Nhà Phát Triển davidjutegsn911
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://world-clock-list.web.app/privacypolicy.html
Ngôn Ngữ Được Hỗ Trợ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "World Clock Toolbar",
    "version": "1.2",
    "description": "EASY to access on your toolbar with a list of country that you visit often at a glance.",
    "permissions": [
        "declarativeContent",
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/earthclock_16.png",
            "32": "images\/earthclock_32.png",
            "48": "images\/earthclock_48.png",
            "128": "images\/earthclock_128.png"
        }
    },
    "icons": {
        "16": "images\/earthclock_16.png",
        "32": "images\/earthclock_32.png",
        "48": "images\/earthclock_48.png",
        "128": "images\/earthclock_128.png"
    },
    "manifest_version": 2
}