GMT/PDT Clock

PDT Clock extension for Google Chrome.

GMT/PDT Clock là gì?

GMT/PDT Clock là một tiện ích mở rộng Chrome được phát triển bởi ZL, và tính năng chính của nó là "PDT Clock extension for Google Chrome.".

Ả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 GMT/PDT Clock

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

                        PDT Clock extension for Google Chrome.

This is forked from Casey Hunt's work (https://github.com/caseymhunt/utc-clock-extension). I only changed the displayed timezone from UTC to PDT, and it now adds a button for GMT/PDT Time in your Chrome toolbar.                    

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

Tên GMT/PDT Clock GMT/PDT Clock
ID gkpoiapfhejilbeiacefoikliefjninj
URL Chính Thức https://chromewebstore.google.com/detail/gmtpdt-clock/gkpoiapfhejilbeiacefoikliefjninj
Mô tả PDT Clock extension for Google Chrome.
Kích Thước Tệp 7.19 KB
Số Lần Cài Đặt 54
Phiên Bản Hiện Tại 4.2
Cập Nhật Lần Cuối 2022-01-30
Ngày Phát Hành 2022-01-29
Nhà Phát Triển ZL
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/zehuanli/pdt-clock-extension
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "GMT\/PDT Clock",
    "description": "PDT Clock extension for Google Chrome.",
    "version": "4.2",
    "author": "Zehuan Li, forked from Casey Hunt -- casey.hunt (at) gmail.com",
    "background": {
        "service_worker": "bg.js"
    },
    "permissions": [
        "alarms"
    ],
    "action": {
        "default_title": "PDT Clock",
        "default_icon": "icon2.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "icon2.png",
        "48": "icon2.png"
    }
}