Timestamp Converter

Provides a popup readable date when select any section

什么是Timestamp Converter?

Timestamp Converter是由Derek开发的Chrome扩展程序,该扩展的主要功能是“Provides a popup readable date when select any section”。

扩展截图

screenshot

下载Timestamp Converter扩展crx文件

下载Timestamp Converter扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 Timestamp Converter Timestamp Converter
ID lkimdngebkdfnganekalmamibcdnajln
官方URL https://chromewebstore.google.com/detail/timestamp-converter/lkimdngebkdfnganekalmamibcdnajln
简介 Provides a popup readable date when select any section
文件大小 42.68 KB
安装次数 68
当前版本 1.0.0
更新时间 2022-01-29
上架时间 2022-01-29
评分 5.00/5 共2次评分
开发者 Derek
电子邮箱 [email protected]
付费类型 free
支持的语言 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
        }
    ]
}