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