Timely
This extension converts unix epoch timestamps to human-readable times.
Timelyคืออะไร?
Timely เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Chris Warren และคุณลักษณะหลักของมันคือ "This extension converts unix epoch timestamps to human-readable times."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Timely
ดาวน์โหลดไฟล์ส่วนขยาย Timely ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Find a page containing UNIX timestamps, e.g. http://en.wikipedia.org/wiki/Unix_time or the fantastic JSONView extension. Simply click the clock in the toolbar and all timestamps (in seconds or milliseconds from epoch) will be converted to human-readable dates and times.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Timely |
ID | phpkahchjodmhmckibejeafoflafljma |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/timely/phpkahchjodmhmckibejeafoflafljma |
คำอธิบาย | This extension converts unix epoch timestamps to human-readable times. |
ขนาดไฟล์ | 10.88 KB |
จำนวนการติดตั้ง | 2,108 |
เวอร์ชันปัจจุบัน | 1.0.1 |
อัปเดตครั้งล่าสุด | 2013-10-27 |
วันที่เผยแพร่ | 2013-10-27 |
คะแนน | 4.67/5 รวมทั้งหมด 9 คะแนน |
ผู้พัฒนา | Chris Warren |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Timely", "short_name": "Timely", "description": "This extension converts unix epoch timestamps to human-readable times.", "icons": { "128": "icon128.png" }, "version": "1.0.1", "permissions": [ "activeTab" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_icon": "icon.png", "default_title": "Show human-readable timestamps" } } |