/epoch-time-converter

Plugin for Mozilla Firefox. Easily convert time stamps form epoch to ISO 8601 format. Supports input in seconds, milliseconds and nanoseconds.

Primary LanguageJavaScriptMozilla Public License 2.0MPL-2.0

epoch-time-converter

Plugin for common web browsers. Easily convert time stamps form epoch to ISO 8601 format. Supports input in seconds, milliseconds and nanoseconds. Find it in Firefox Browser Add-Ons or Google Chrome Extensions Store

Preview

Test Data

Test Case                   Input
----------------------      ----------------------
Input in seconds            1514769825
Input in milliseconds       1514769825789
Input in nanoseconds        1514769825789000000
Input in RFC3339 format     2018-01-01T01:23:45.789Z
Input in string format      01 Jan 2018 01:23:45 GMT

Zip + Deploy

Zip + Deploy for Mozilla Firefox

Create ZIP archive from local repository

npm run zip-ff

Upload archive to https://addons.mozilla.org/.

Zip + Deploy for Google Chrome

Create ZIP archive from local repository

npm run zip-chrome

Upload archive to https://chrome.google.com/webstore/devconsole.

References

Mozilla Browser Add-Ons - Documentatioin

Google Chrome Browser Extensions - Documentatioin