UNIX Timestamp Converter

This extension will convert unix time to EST, CST, PST and IST

UNIX Timestamp Converterคืออะไร?

UNIX Timestamp Converter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Dasun Theekshana และคุณลักษณะหลักของมันคือ "This extension will convert unix time to EST, CST, PST and IST"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย UNIX Timestamp Converter

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

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

                        UNIX Timestamp Converter translates UNIX time in milliseconds to EST, CST, MST, PST and IST.                    

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

ชื่อ UNIX Timestamp Converter UNIX Timestamp Converter
ID mbmpnpilagnblknhnlagloojnpjkmjmc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/unix-timestamp-converter/mbmpnpilagnblknhnlagloojnpjkmjmc
คำอธิบาย This extension will convert unix time to EST, CST, PST and IST
ขนาดไฟล์ 5.16 KB
จำนวนการติดตั้ง 15
เวอร์ชันปัจจุบัน 0.0.1
อัปเดตครั้งล่าสุด 2020-01-06
วันที่เผยแพร่ 2020-01-06
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Dasun Theekshana
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "UNIX Timestamp Converter",
    "description": "This extension will convert unix time to EST, CST, PST and IST",
    "version": "0.0.1",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    }
}