UTC Time Now

Current time in UTC (Coordinated Universal Time).

UTC Time Nowคืออะไร?

UTC Time Now เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.utctime.net และคุณลักษณะหลักของมันคือ "Current time in UTC (Coordinated Universal Time)."

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

screenshot

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

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

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

                        Get the current time now in UTC time zone (Coordinated Universal Time).                    

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

ชื่อ UTC Time Now UTC Time Now
ID ceffohncmfdlkdjbnojpdbmnfnigonba
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/utc-time-now/ceffohncmfdlkdjbnojpdbmnfnigonba
คำอธิบาย Current time in UTC (Coordinated Universal Time).
ขนาดไฟล์ 13.53 KB
จำนวนการติดตั้ง 4,421
เวอร์ชันปัจจุบัน 1.2
อัปเดตครั้งล่าสุด 2023-08-31
วันที่เผยแพร่ 2016-05-27
คะแนน 4.71/5 รวมทั้งหมด 7 คะแนน
ผู้พัฒนา https://www.utctime.net
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.utctime.net/
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "UTC Time Now",
    "description": "Current time in UTC (Coordinated Universal Time).",
    "version": "1.2",
    "icons": {
        "64": "icon64.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab"
    ]
}