Epoch time converter
Converts epoch(unix) and milliseconds to date time
What is Epoch time converter?
Epoch time converter is a Chrome extension developed by pari0130, and its main feature is "Converts epoch(unix) and milliseconds to date time".
Extension Screenshots
Download Epoch time converter Extension CRX File
Download Epoch time converter extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Epoch time converter |
ID | hlmilkihefafdjnhngdjmilppejomnhd |
Official URL | https://chromewebstore.google.com/detail/epoch-time-converter/hlmilkihefafdjnhngdjmilppejomnhd |
Description | Converts epoch(unix) and milliseconds to date time |
File Size | 540 KB |
Installation Count | 440 |
Current Version | 1.0.6 |
Last Updated | 2022-08-18 |
Publish Date | 2022-03-31 |
Rating | 5.00/5 Total 3 Ratings |
Developer | pari0130 |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } } |