US Pacific Time (PT)

Displays current US Pacific Time.

US Pacific Time (PT)คืออะไร?

US Pacific Time (PT) เป็นส่วนขยายของ Chrome ที่พัฒนาโดย SmartAzanClock และคุณลักษณะหลักของมันคือ "Displays current US Pacific Time."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย US Pacific Time (PT)

ดาวน์โหลดไฟล์ส่วนขยาย US Pacific Time (PT) ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        ✔️ Single-purpose  ✔️ Lightweight 

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

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ US Pacific Time (PT) US Pacific Time (PT)
ID mgbefemhgjomkfbchpgjioichelccdfd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/us-pacific-time-pt/mgbefemhgjomkfbchpgjioichelccdfd
คำอธิบาย Displays current US Pacific Time.
ขนาดไฟล์ 5.81 KB
จำนวนการติดตั้ง 83
เวอร์ชันปัจจุบัน 0.0.1.9
อัปเดตครั้งล่าสุด 2022-09-17
วันที่เผยแพร่ 2021-07-16
ผู้พัฒนา SmartAzanClock
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://smartazanclock.com/privacy-policy
ภาษาที่รองรับ 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"
    }
}