Epoch Converter

This extension converts a selected epoch number to GMT and local time

Epoch Converterとは何ですか?

Epoch ConverterはNga Phamによって開発されたChromeの拡張機能で、その主な機能は「This extension converts a selected epoch number to GMT and local time」です。

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

screenshot

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

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

拡張機能の使用方法

                        This extension converts a selected epoch number to GMT and local time.

Simply select the epoch text, and press "Ctrl" key on your keyboard to see the readable datetime in GMT and your local timezone.                    

拡張機能の基本情報

名前 Epoch Converter Epoch Converter
ID fmlclipnfiabgkidijnabodchbmkodap
公式URL https://chrome.google.com/webstore/detail/epoch-converter/fmlclipnfiabgkidijnabodchbmkodap
説明 This extension converts a selected epoch number to GMT and local time
ファイルサイズ 3.6 KB
インストール数 25
現在のバージョン 1.1
最終更新日 2014-10-16
公開日 2014-10-16
評価 5.00/5 合計 1 レビュー
開発者 Nga Pham
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Epoch Converter",
    "version": "1.1",
    "manifest_version": 2,
    "description": "This extension converts a selected epoch number to GMT and local time",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "lookup.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "permissions": [
        "tabs"
    ]
}