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
官方網址 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
電子郵箱 [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
        }
    ]
}