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
官方網址 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
        }
    ]
}