Epoch time converter
Converts epoch(unix) and milliseconds to date time
什麼是Epoch time converter?
Epoch time converter是由pari0130開發的Chrome擴展程式,該擴展的主要功能是“Converts epoch(unix) and milliseconds to date time”。
擴展截圖
下載Epoch time converter擴展crx文件
下載Epoch time converter擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This program converts epoch(unix) time and milliseconds to date time. After entering epoch time, you can convert it to the time of the current LOCAL environment and the time of the GMT environment by clicking convert. If you convert by selecting a date and time, convert it to the specified time. It automatically checks the start and end times according to the converted year, month, week, date converts them to epoch time. It provides useful functions to developers.
擴展基本資訊
名稱 | Epoch time converter |
ID | hlmilkihefafdjnhngdjmilppejomnhd |
官方網址 | https://chromewebstore.google.com/detail/epoch-time-converter/hlmilkihefafdjnhngdjmilppejomnhd |
簡介 | Converts epoch(unix) and milliseconds to date time |
檔案大小 | 540 KB |
安裝次數 | 440 |
目前版本 | 1.0.6 |
更新時間 | 2022-08-18 |
上架時間 | 2022-03-31 |
評分 | 5.00/5 共 3 次評分 |
開發者 | pari0130 |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Epoch time converter", "description": "Converts epoch(unix) and milliseconds to date time", "version": "1.0.6", "icons": { "128": "logo\/logo.png" }, "action": { "default_title": "Epoch converter", "default_popup": "popup\/popup.html" } } |