Epoch Converter

Provides a popup showing a human readable date of a highlighted Unix timestamp.

What is Epoch Converter?

Epoch Converter is a Chrome extension developed by drautb, and its main feature is "Provides a popup showing a human readable date of a highlighted Unix timestamp.".

Extension Screenshots

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

                        This extension converts Unix timestamps to human readable date and time strings. Simply double click or highlight a timestamp in your browser window, and a small popup will appear containing a readable date and time. 

This extension is open source. Check it out on GitHub: http://github.com/drautb/epoch-converter                    

Extension Basic Information

Name Epoch Converter Epoch Converter
ID plfbhieilacgkdnphcdehdnhjenmnima
Official URL https://chromewebstore.google.com/detail/epoch-converter/plfbhieilacgkdnphcdehdnhjenmnima
Description Provides a popup showing a human readable date of a highlighted Unix timestamp.
File Size 50.43 KB
Installation Count 1,753
Current Version 1.1.2
Last Updated 2023-05-19
Publish Date 2013-07-17
Rating 3.33/5 Total 21 Ratings
Developer drautb
Email [email protected]
Payment Type free
Help Page URL https://github.com/drautb/epoch-converter/issues
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Epoch Converter",
    "description": "Provides a popup showing a human readable date of a highlighted Unix timestamp.",
    "version": "1.1.2",
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "bubble.css"
            ],
            "js": [
                "jquery.min.js",
                "selection.js"
            ],
            "all_frames": true
        }
    ]
}