Epoch time converter

Converts epoch(unix) and milliseconds to date time

Epoch time converterคืออะไร?

Epoch time converter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย pari0130 และคุณลักษณะหลักของมันคือ "Converts epoch(unix) and milliseconds to date time"

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Epoch time converter

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

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

                        This program converts epoch(unix) time and milliseconds to date time.

After entering epoch time, you can convert it to the time of the current LOCAL environment and the time of the GMT environment by clicking convert.

If you convert by selecting a date and time, convert it to the specified time.

It automatically checks the start and end times according to the converted year, month, week, date converts them to epoch time.

It provides useful functions to developers.                    

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

ชื่อ Epoch time converter Epoch time converter
ID hlmilkihefafdjnhngdjmilppejomnhd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/epoch-time-converter/hlmilkihefafdjnhngdjmilppejomnhd
คำอธิบาย Converts epoch(unix) and milliseconds to date time
ขนาดไฟล์ 540 KB
จำนวนการติดตั้ง 440
เวอร์ชันปัจจุบัน 1.0.6
อัปเดตครั้งล่าสุด 2022-08-18
วันที่เผยแพร่ 2022-03-31
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา pari0130
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Epoch time converter",
    "description": "Converts epoch(unix) and milliseconds to date time",
    "version": "1.0.6",
    "icons": {
        "128": "logo\/logo.png"
    },
    "action": {
        "default_title": "Epoch converter",
        "default_popup": "popup\/popup.html"
    }
}