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
Eメール [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
        }
    ]
}