Unix Timestamp Converter
Convert time unix timestamps into human readable dates or human readable dates into unix timestamps. You choose!
Unix Timestamp Converterคืออะไร?
Unix Timestamp Converter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Convert time unix timestamps into human readable dates or human readable dates into unix timestamps. You choose!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Unix Timestamp Converter
ดาวน์โหลดไฟล์ส่วนขยาย Unix Timestamp Converter ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Convert time unix timestamps into human readable dates or human readable dates into unix timestamps. You choose! The human readable date accepts a whole range of timestamps including now, tomorrow, 5 years from now. Just give it a try.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Unix Timestamp Converter |
ID | clkkocmhcpfginlphpgjmgpdffihcbmm |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/unix-timestamp-converter/clkkocmhcpfginlphpgjmgpdffihcbmm |
คำอธิบาย | Convert time unix timestamps into human readable dates or human readable dates into unix timestamps. You choose! |
ขนาดไฟล์ | 1.04 MB |
จำนวนการติดตั้ง | 5,057 |
เวอร์ชันปัจจุบัน | 0.4.0 |
อัปเดตครั้งล่าสุด | 2021-12-23 |
วันที่เผยแพร่ | 2017-09-29 |
คะแนน | 4.23/5 รวมทั้งหมด 26 คะแนน |
ผู้พัฒนา | Unknown |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/CoryNoonan/unix-timestamp-chrome |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Unix Timestamp Converter", "version": "0.4.0", "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ssl.google-analytics.com; object-src 'self'", "description": "Convert time unix timestamps into human readable dates or human readable dates into unix timestamps. You choose!", "manifest_version": 2, "browser_action": { "default_icon": "public\/images\/icon.png", "default_popup": "index.html", "default_name": "Unix Timestamp Converter", "short_name": "Unix Timestamp Converter" }, "icons": { "48": "public\/images\/icon.png", "128": "public\/images\/icon.png" }, "permissions": [ "storage" ] } |