Timestamp Converter

Provides a popup readable date when select any section

What is Timestamp Converter?

Timestamp Converter is a Chrome extension developed by Derek, and its main feature is "Provides a popup readable date when select any section".

Extension Screenshots

screenshot

Download Timestamp Converter Extension CRX File

Download 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

                        When you select the timestamp, it will be automatically converted into a readable time, which is easy and convenient to debug the web page.                    

Extension Basic Information

Name Timestamp Converter Timestamp Converter
ID lkimdngebkdfnganekalmamibcdnajln
Official URL https://chromewebstore.google.com/detail/timestamp-converter/lkimdngebkdfnganekalmamibcdnajln
Description Provides a popup readable date when select any section
File Size 42.68 KB
Installation Count 68
Current Version 1.0.0
Last Updated 2022-01-29
Publish Date 2022-01-29
Rating 5.00/5 Total 2 Ratings
Developer Derek
Email [email protected]
Payment Type free
Supported Languages zh-CN
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Timestamp Converter",
    "description": "Provides a popup readable date when select any section",
    "version": "1.0.0",
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "permissions": [],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "bubble.css"
            ],
            "js": [
                "jquery.min.js",
                "selection.js"
            ],
            "all_frames": true
        }
    ]
}