Timestamp Converter
Gerenate or convert quickly your timestamps.
Timestamp Converterคืออะไร?
Timestamp Converter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.tiloweb.com และคุณลักษณะหลักของมันคือ "Gerenate or convert quickly your timestamps."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Timestamp Converter
ดาวน์โหลดไฟล์ส่วนขยาย Timestamp Converter ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
- Get the current Timestamp
- Convert a timestamp to a date
- Convert a date to a timestamp ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | komcaaelngccnmdahpmighfoeikdbmdl |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/timestamp-converter/komcaaelngccnmdahpmighfoeikdbmdl |
| คำอธิบาย | Gerenate or convert quickly your timestamps. |
| ขนาดไฟล์ | 201 KB |
| จำนวนการติดตั้ง | 1,091 |
| เวอร์ชันปัจจุบัน | 1.4 |
| อัปเดตครั้งล่าสุด | 2017-01-23 |
| วันที่เผยแพร่ | 2017-01-23 |
| คะแนน | 4.60/5 รวมทั้งหมด 10 คะแนน |
| ผู้พัฒนา | https://www.tiloweb.com |
| ประเภทการชำระเงิน | free |
| ภาษาที่รองรับ | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Timestamp Converter",
"version": "1.4",
"manifest_version": 2,
"description": "Gerenate or convert quickly your timestamps.",
"browser_action": {
"default_icon": "icon.png",
"default_popup": "popup.html"
},
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
}
} | |