Exact Time - Local & UTC

Displays precise local and utc date and time

Exact Time - Local & UTC là gì?

Exact Time - Local & UTC là một tiện ích mở rộng Chrome được phát triển bởi https://calcpedia.com, và tính năng chính của nó là "Displays precise local and utc date and time".

Ả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 Exact Time - Local & UTC

Tải xuống các tệp mở rộng Exact Time - Local & UTC 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

                        Exact Time displays precise date and time in your local timezone as well as the current UTC — Coordinated Universal Time. Simply click the Exact Time icon on your Chrome toolbar to view the running clock that displays local and UTC date and time. No additional configuration is required.                    

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

Tên Exact Time - Local & UTC Exact Time - Local & UTC
ID iceehfhoipgiceeepgmecejmgcdckohb
URL Chính Thức https://chromewebstore.google.com/detail/exact-time-local-utc/iceehfhoipgiceeepgmecejmgcdckohb
Mô tả Displays precise local and utc date and time
Kích Thước Tệp 199 KB
Số Lần Cài Đặt 876
Phiên Bản Hiện Tại 0.9
Cập Nhật Lần Cuối 2017-02-14
Ngày Phát Hành 2017-02-14
Đánh Giá 4.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://calcpedia.com
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Exact Time - Local & UTC",
    "short_name": "Exact Time",
    "description": "Displays precise local and utc date and time",
    "version": "0.9",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "mgfn.js",
            "mgext.js",
            "mgcls.js",
            "background.js"
        ],
        "persistent": true
    }
}