Convert unix timestamp to readable format.
Time-vision is a dev tool created to help developers in reading and converting unix timestamps in frontend apps.
The idea came from the decision of our dev team to use timestamp instead of the javascript date object in our business models (so we would not need to convert string to date).
Usage:
Select a number in any web page that represents the unix timestamp and extension is going to try and convert it to a readable date and display it in a popup next to the selected number. In the options section we have an ability to set a format of the readable date and time zone, also we have an option to display date in multiple formats and timezones.
Advanced features:
Extension is trying to detect the value of the number selected, distinguishing between seconds, milliseconds, nanoseconds…
Planned features:
Switch between auto detecting number value and desired format
Toggle on/off in extension popup
Update UI/UX
=====================================================================
Changelog:
0.2.1 (2023.01.02)
Design update
0.2.0 (2022.10.16)
Overall improvements
* update package.json
* update model
* debugging feature
* fix storage strategy return type
* better options and formatter list
0.1.0 (2022.10.05)
Initial release
Latest reviews
- (2023-03-05) Kevin Ganapathy: Best timestamp extension I found for a programmer, reads formats such as milliseconds, easy to view right on the page, timestamp popup is customizable. Works in places others don't such as Firestore which has timestamps displayed via dynamic content and text fields.