Epoch
Quick Linux/Epoch time converter
Epochคืออะไร?
Epoch เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Liorama และคุณลักษณะหลักของมันคือ "Quick Linux/Epoch time converter"
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Epoch
ดาวน์โหลดไฟล์ส่วนขยาย Epoch ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Unix time (also known as POSIX time or Epoch time) is a system for describing instants in time, defined as the number of seconds that have elapsed since 00:00:00 Coordinated Universal Time (UTC), Thursday, 1 January 1970. This is a quick converter that let's you convert a specific date (and time) to the it's Epoch time representation.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Epoch |
ID | giojmegbijfdaifkfblkljnbeljjhlaj |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/epoch/giojmegbijfdaifkfblkljnbeljjhlaj |
คำอธิบาย | Quick Linux/Epoch time converter |
ขนาดไฟล์ | 245 KB |
จำนวนการติดตั้ง | 41 |
เวอร์ชันปัจจุบัน | 0.0.3 |
อัปเดตครั้งล่าสุด | 2016-03-15 |
วันที่เผยแพร่ | 2016-03-15 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | Liorama |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Epoch", "short_name": "Epoch time converter", "version": "0.0.3", "manifest_version": 2, "description": "Quick Linux\/Epoch time converter", "icons": { "16": "icons\/linuxtime2.png", "48": "icons\/linuxtime2.png", "128": "icons\/linuxtime2.png" }, "browser_action": { "default_icon": "icons\/linuxtime2.png", "default_title": "Click for time since Linux Epoch", "default_popup": "src\/browser_action\/browser_action.html" }, "permissions": [ "*:\/\/*\/*" ] } |