Convert Unixtime
Convert Unixtime to Date format by selecting the context menu.
Convert Unixtimeคืออะไร?
Convert Unixtime เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Takahito Nara และคุณลักษณะหลักของมันคือ "Convert Unixtime to Date format by selecting the context menu."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Convert Unixtime
ดาวน์โหลดไฟล์ส่วนขยาย Convert Unixtime ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Convert unixtime to the following format easily. YYYY-MM-DD hh:mm:ss (Local) YYYY-MM-DD hh:mm:ss (UTC) You specify the reange of unixtime and select "Convert Unixtime to timestamp" on the context menu by using right click.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Convert Unixtime |
ID | gcdfkgmpbffbohjgncbobihhdefcjmgc |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/convert-unixtime/gcdfkgmpbffbohjgncbobihhdefcjmgc |
คำอธิบาย | Convert Unixtime to Date format by selecting the context menu. |
ขนาดไฟล์ | 4.4 KB |
จำนวนการติดตั้ง | 274 |
เวอร์ชันปัจจุบัน | 1.1 |
อัปเดตครั้งล่าสุด | 2013-11-16 |
วันที่เผยแพร่ | 2013-11-16 |
คะแนน | 4.50/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | Takahito Nara |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Convert Unixtime", "version": "1.1", "manifest_version": 2, "description": "Convert Unixtime to Date format by selecting the context menu.", "permissions": [ "contextMenus" ], "icons": { "16": "icon16.png" }, "background": { "scripts": [ "script.js" ] } } |