US Pacific Time (PT)

Displays current US Pacific Time.

Apa itu US Pacific Time (PT)?

US Pacific Time (PT) adalah ekstensi Chrome yang dikembangkan oleh SmartAzanClock, dan fitur utamanya adalah "Displays current US Pacific Time.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi US Pacific Time (PT)

Unduh file ekstensi US Pacific Time (PT) 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

                        ✔️ Single-purpose  ✔️ Lightweight 

Click on the icon to switch between 24hr & 12hr modes.                    

Informasi Dasar Ekstensi

Nama US Pacific Time (PT) US Pacific Time (PT)
ID mgbefemhgjomkfbchpgjioichelccdfd
URL Resmi https://chromewebstore.google.com/detail/us-pacific-time-pt/mgbefemhgjomkfbchpgjioichelccdfd
Deskripsi Displays current US Pacific Time.
Ukuran File 5.81 KB
Jumlah Instalasi 83
Versi Saat Ini 0.0.1.9
Terakhir Diperbarui 2022-09-17
Tanggal Publikasi 2021-07-16
Pengembang SmartAzanClock
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://smartazanclock.com/privacy-policy
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "short_name": "__MSG_short_name__",
    "version": "0.0.1.9",
    "default_locale": "en",
    "description": "__MSG_description__",
    "manifest_version": 3,
    "permissions": [
        "storage",
        "alarms"
    ],
    "background": {
        "service_worker": "serviceWorker.js"
    },
    "minimum_chrome_version": "88",
    "action": {
        "default_title": "__MSG_short_name__",
        "default_icon": {
            "128": "images\/_icon.png"
        }
    },
    "icons": {
        "128": "images\/_icon.png"
    }
}