GMT/PDT Clock

PDT Clock extension for Google Chrome.

What is GMT/PDT Clock?

GMT/PDT Clock is a Chrome extension developed by ZL, and its main feature is "PDT Clock extension for Google Chrome.".

Extension Screenshots

screenshot

Download GMT/PDT Clock Extension CRX File

Download GMT/PDT Clock extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name GMT/PDT Clock GMT/PDT Clock
ID gkpoiapfhejilbeiacefoikliefjninj
Official URL https://chromewebstore.google.com/detail/gmtpdt-clock/gkpoiapfhejilbeiacefoikliefjninj
Description PDT Clock extension for Google Chrome.
File Size 7.19 KB
Installation Count 54
Current Version 4.2
Last Updated 2022-01-30
Publish Date 2022-01-29
Developer ZL
Email [email protected]
Payment Type free
Extension Website https://github.com/zehuanli/pdt-clock-extension
Supported Languages 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"
    }
}