US Pacific Time (PT)

Displays current US Pacific Time.

What is US Pacific Time (PT)?

US Pacific Time (PT) is a Chrome extension developed by SmartAzanClock, and its main feature is "Displays current US Pacific Time.".

Extension Screenshots

screenshot

Download US Pacific Time (PT) Extension CRX File

Download US Pacific Time (PT) 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

                        ✔️ Single-purpose  ✔️ Lightweight 

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

Extension Basic Information

Name US Pacific Time (PT) US Pacific Time (PT)
ID mgbefemhgjomkfbchpgjioichelccdfd
Official URL https://chromewebstore.google.com/detail/us-pacific-time-pt/mgbefemhgjomkfbchpgjioichelccdfd
Description Displays current US Pacific Time.
File Size 5.81 KB
Installation Count 83
Current Version 0.0.1.9
Last Updated 2022-09-17
Publish Date 2021-07-16
Developer SmartAzanClock
Email [email protected]
Payment Type free
Privacy Policy Page URL https://smartazanclock.com/privacy-policy
Supported Languages 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"
    }
}