GMT/PDT Clock

PDT Clock extension for Google Chrome.

Wat is GMT/PDT Clock?

GMT/PDT Clock is een Chrome-extensie ontwikkeld door ZL, en de belangrijkste functie is "PDT Clock extension for Google Chrome.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie GMT/PDT Clock

Download GMT/PDT Clock-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam GMT/PDT Clock GMT/PDT Clock
ID gkpoiapfhejilbeiacefoikliefjninj
Officiële URL https://chromewebstore.google.com/detail/gmtpdt-clock/gkpoiapfhejilbeiacefoikliefjninj
Beschrijving PDT Clock extension for Google Chrome.
Bestandsgrootte 7.19 KB
Aantal Installaties 54
Huidige Versie 4.2
Laatst Bijgewerkt 2022-01-30
Publicatiedatum 2022-01-29
Ontwikkelaar ZL
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/zehuanli/pdt-clock-extension
Ondersteunde Talen 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"
    }
}