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 |
官方URL | 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" } } |