Epoch Converter

Epoch Converter

What is Epoch Converter?

Epoch Converter is a Chrome extension developed by Gary Danko, and its main feature is "Epoch Converter".

Extension Screenshots

screenshot
screenshot
screenshot

Download Epoch Converter Extension CRX File

Download 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

                        A simple extension to convert Unix time to human readable format.

* Real time Unix time clock can be paused to copy the current epoch
* Convert Unix time to a human readable format in both local time and GMT
* Calendar picker allows you to pick a time and date to convert to Unix time.

Inspired by http://www.epochconverter.com                    

Extension Basic Information

Name Epoch Converter Epoch Converter
ID ebjckmmfkbpnnlimpeecbjljaepdpcem
Official URL https://chromewebstore.google.com/detail/epoch-converter/ebjckmmfkbpnnlimpeecbjljaepdpcem
Description Epoch Converter
File Size 304 KB
Installation Count 546
Current Version 0.0.0.3
Last Updated 2015-05-21
Publish Date 2015-05-20
Rating 3.67/5 Total 3 Ratings
Developer Gary Danko
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Epoch Converter",
    "description": "Epoch Converter",
    "version": "0.0.0.3",
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "browser_action": {
        "default_icon": {
            "19": "images\/clock19.png",
            "38": "images\/clock38.png"
        },
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "images\/clock16.png",
        "48": "images\/clock48.png",
        "128": "images\/clock128.png"
    },
    "permissions": []
}