Epoch Converter

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

Epoch Converterとは何ですか?

Epoch Converterはdrautbによって開発されたChromeの拡張機能で、その主な機能は「Provides a popup showing a human readable date of a highlighted Unix timestamp.」です。

拡張機能のスクリーンショット

screenshot
screenshot

Epoch Converter拡張機能のCRXファイルをダウンロード

Epoch Converter拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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                    

拡張機能の基本情報

名前 Epoch Converter Epoch Converter
ID plfbhieilacgkdnphcdehdnhjenmnima
公式URL https://chromewebstore.google.com/detail/epoch-converter/plfbhieilacgkdnphcdehdnhjenmnima
説明 Provides a popup showing a human readable date of a highlighted Unix timestamp.
ファイルサイズ 50.43 KB
インストール数 1,753
現在のバージョン 1.1.2
最終更新日 2023-05-19
公開日 2013-07-17
評価 3.33/5 合計 21 レビュー
開発者 drautb
Eメール [email protected]
支払い方法 free
ヘルプページのURL https://github.com/drautb/epoch-converter/issues
対応言語 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
        }
    ]
}