Offline Epoch Converter

This extension converts epoch to human readable

What is Offline Epoch Converter?

Offline Epoch Converter is a Chrome extension developed by Jayesh Hathila, and its main feature is "This extension converts epoch to human readable".

Extension Screenshots

screenshot

Download Offline Epoch Converter Extension CRX File

Download Offline Epoch 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 is simple offline epoch convertor which do exactly what it says: convert Epoch to Human Readable format and from Human Readable format to Epoch. You can also specify time zone to use while converting human readable to Epoch.                    

Extension Basic Information

Name Offline Epoch Converter Offline Epoch Converter
ID ahgbcbjdcoaijfoeakpnjaghpdndekbg
Official URL https://chromewebstore.google.com/detail/offline-epoch-converter/ahgbcbjdcoaijfoeakpnjaghpdndekbg
Description This extension converts epoch to human readable
File Size 28.9 KB
Installation Count 681
Current Version 1.1
Last Updated 2018-01-27
Publish Date 2018-01-27
Rating 5.00/5 Total 7 Ratings
Developer Jayesh Hathila
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Offline Epoch Converter",
    "description": "This extension converts epoch to human readable",
    "version": "1.1",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "epoch_popup.html",
        "default_title": "Convert Epoch Offline"
    }
}