UTC Time

Displays current Coordinated Universal Time (UTC).

UTC Timeคืออะไร?

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

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย UTC Time

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

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

                        ✔️ Single-purpose  ✔️ Lightweight 

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

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

ชื่อ UTC Time UTC Time
ID moffeconabpedpjjodkhfllgflhaniim
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/utc-time/moffeconabpedpjjodkhfllgflhaniim
คำอธิบาย Displays current Coordinated Universal Time (UTC).
ขนาดไฟล์ 6.19 KB
จำนวนการติดตั้ง 639
เวอร์ชันปัจจุบัน 0.0.1.9
อัปเดตครั้งล่าสุด 2022-09-17
วันที่เผยแพร่ 2022-01-06
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา 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"
    }
}