Epoch Converter Tooltip for Google Chrome™

Convert timestamps to readable times

What is Epoch Converter Tooltip for Google Chrome™?

Epoch Converter Tooltip for Google Chrome™ is a Chrome extension developed by eyal0, and its main feature is "Convert timestamps to readable times".

Extension Screenshots

screenshot

Download Epoch Converter Tooltip for Google Chrome™ Extension CRX File

Download Epoch Converter Tooltip for Google Chrome™ 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

                        When hovering over a number that might be a timestamp, convert it to a timestamp.

In the options, the location of the tooltip, the triggering, and the timezone can be changed.                    

Extension Basic Information

Name Epoch Converter Tooltip for Google Chrome™ Epoch Converter Tooltip for Google Chrome™
ID gfhloejbjfojlcadcpahgdaagekamhjh
Official URL https://chromewebstore.google.com/detail/epoch-converter-tooltip-f/gfhloejbjfojlcadcpahgdaagekamhjh
Description Convert timestamps to readable times
File Size 639 KB
Installation Count 291
Current Version 1.5.1
Last Updated 2017-06-29
Publish Date 2017-06-29
Rating 4.00/5 Total 4 Ratings
Developer eyal0
Payment Type free
Extension Website https://github.com/eyal0/epoch-converter-tooltip
Help Page URL https://github.com/eyal0/epoch-converter-tooltip/issues
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Epoch Converter Tooltip for Google Chrome\u2122",
    "version": "1.5.1",
    "manifest_version": 2,
    "description": "Convert timestamps to readable times",
    "icons": {
        "16": "ECT-16.png",
        "48": "ECT-48.png",
        "128": "ECT-128.png"
    },
    "background": {
        "scripts": [
            "ECT-background.js"
        ],
        "persistent": true
    },
    "options_page": "ECT-options.html",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "ECT.css"
            ],
            "js": [
                "ECT-contentscript.js"
            ]
        }
    ]
}