UNIX Timestamp Converter

This extension will convert unix time to EST, CST, PST and IST

What is UNIX Timestamp Converter?

UNIX Timestamp Converter is a Chrome extension developed by Dasun Theekshana, and its main feature is "This extension will convert unix time to EST, CST, PST and IST".

Extension Screenshots

screenshot

Download UNIX Timestamp Converter Extension CRX File

Download UNIX Timestamp 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

                        UNIX Timestamp Converter translates UNIX time in milliseconds to EST, CST, MST, PST and IST.                    

Extension Basic Information

Name UNIX Timestamp Converter UNIX Timestamp Converter
ID mbmpnpilagnblknhnlagloojnpjkmjmc
Official URL https://chromewebstore.google.com/detail/unix-timestamp-converter/mbmpnpilagnblknhnlagloojnpjkmjmc
Description This extension will convert unix time to EST, CST, PST and IST
File Size 5.16 KB
Installation Count 15
Current Version 0.0.1
Last Updated 2020-01-06
Publish Date 2020-01-06
Rating 5.00/5 Total 1 Ratings
Developer Dasun Theekshana
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "UNIX Timestamp Converter",
    "description": "This extension will convert unix time to EST, CST, PST and IST",
    "version": "0.0.1",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    }
}