Exact Time - Local & UTC

Displays precise local and utc date and time

Exact Time - Local & UTCคืออะไร?

Exact Time - Local & UTC เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://calcpedia.com และคุณลักษณะหลักของมันคือ "Displays precise local and utc date and time"

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

screenshot

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

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

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

                        Exact Time displays precise date and time in your local timezone as well as the current UTC — Coordinated Universal Time. Simply click the Exact Time icon on your Chrome toolbar to view the running clock that displays local and UTC date and time. No additional configuration is required.                    

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

ชื่อ Exact Time - Local & UTC Exact Time - Local & UTC
ID iceehfhoipgiceeepgmecejmgcdckohb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/exact-time-local-utc/iceehfhoipgiceeepgmecejmgcdckohb
คำอธิบาย Displays precise local and utc date and time
ขนาดไฟล์ 199 KB
จำนวนการติดตั้ง 876
เวอร์ชันปัจจุบัน 0.9
อัปเดตครั้งล่าสุด 2017-02-14
วันที่เผยแพร่ 2017-02-14
คะแนน 4.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา https://calcpedia.com
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Exact Time - Local & UTC",
    "short_name": "Exact Time",
    "description": "Displays precise local and utc date and time",
    "version": "0.9",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "mgfn.js",
            "mgext.js",
            "mgcls.js",
            "background.js"
        ],
        "persistent": true
    }
}