Unix Time Converter

Converts Unix time to human readable format and vice versa

Unix Time Converterคืออะไร?

Unix Time Converter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Ren0 และคุณลักษณะหลักของมันคือ "Converts Unix time to human readable format and vice versa"

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

screenshot
screenshot

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

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

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

                        Unix Time Converter quickly converts time stamps.

With a click of the mouse it displays the current time in Unix format (number of seconds since epoch) and its ISO 8601 representation in both UTC and local time zone.

It can also convert an arbitrary text into a Unix time, a JavaScript time (same as Unix time, but expressed in milliseconds), UTC and local.

When the supplied time is a number, it is always interpreted as the offset since epoch, but depending on its value it is assumed to be seconds, milliseconds, or nanoseconds.

When the supplied time is a string, Unix Time Converter tries to interpret it and display it in the four supported formats.

This extension was inspired by the Epoch Converter add-on for Firefox written by Harsh Karn.                    

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

ชื่อ Unix Time Converter Unix Time Converter
ID iiofablbcigoibjfebccgbcngnigenlj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/unix-time-converter/iiofablbcigoibjfebccgbcngnigenlj
คำอธิบาย Converts Unix time to human readable format and vice versa
ขนาดไฟล์ 208 KB
จำนวนการติดตั้ง 324
เวอร์ชันปัจจุบัน 1.0.4
อัปเดตครั้งล่าสุด 2023-05-22
วันที่เผยแพร่ 2021-04-05
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Ren0
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Unix Time Converter",
    "version": "1.0.4",
    "version_name": "1.0.4",
    "description": "Converts Unix time to human readable format and vice versa",
    "icons": {
        "16": "icons\/schedule-black-16dp.png",
        "32": "icons\/schedule-black-32dp.png",
        "48": "icons\/schedule-black-48dp.png",
        "128": "icons\/schedule-black-128dp.png"
    },
    "action": {
        "default_icon": {
            "16": "icons\/schedule-black-16dp.png",
            "32": "icons\/schedule-black-32dp.png",
            "48": "icons\/schedule-black-48dp.png",
            "128": "icons\/schedule-black-128dp.png"
        },
        "default_title": "Unix Time Converter",
        "default_popup": "popup\/popup.html",
        "browser_style": false
    }
}