GMT/PDT Clock

PDT Clock extension for Google Chrome.

Apa itu GMT/PDT Clock?

GMT/PDT Clock adalah ekstensi Chrome yang dikembangkan oleh ZL, dan fitur utamanya adalah "PDT Clock extension for Google Chrome.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi GMT/PDT Clock

Unduh file ekstensi GMT/PDT Clock dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama GMT/PDT Clock GMT/PDT Clock
ID gkpoiapfhejilbeiacefoikliefjninj
URL Resmi https://chromewebstore.google.com/detail/gmtpdt-clock/gkpoiapfhejilbeiacefoikliefjninj
Deskripsi PDT Clock extension for Google Chrome.
Ukuran File 7.19 KB
Jumlah Instalasi 54
Versi Saat Ini 4.2
Terakhir Diperbarui 2022-01-30
Tanggal Publikasi 2022-01-29
Pengembang ZL
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/zehuanli/pdt-clock-extension
Bahasa yang Didukung 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"
    }
}