Unix Time Converter

Converts Unix time to human readable format and vice versa

什麼是Unix Time Converter?

Unix Time Converter是由Ren0開發的Chrome擴展程式,該擴展的主要功能是“Converts Unix time to human readable format and vice versa”。

擴展截圖

screenshot
screenshot

下載Unix Time Converter擴展crx文件

下載Unix Time Converter擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Unix Time Converter quickly converts time stamps.

With a click of the mouse it displays the current time in Unix format (number of seconds since epoch) and its ISO 8601 representation in both UTC and local time zone.

It can also convert an arbitrary text into a Unix time, a JavaScript time (same as Unix time, but expressed in milliseconds), UTC and local.

When the supplied time is a number, it is always interpreted as the offset since epoch, but depending on its value it is assumed to be seconds, milliseconds, or nanoseconds.

When the supplied time is a string, Unix Time Converter tries to interpret it and display it in the four supported formats.

This extension was inspired by the Epoch Converter add-on for Firefox written by Harsh Karn.                    

擴展基本資訊

名稱 Unix Time Converter Unix Time Converter
ID iiofablbcigoibjfebccgbcngnigenlj
官方網址 https://chromewebstore.google.com/detail/unix-time-converter/iiofablbcigoibjfebccgbcngnigenlj
簡介 Converts Unix time to human readable format and vice versa
檔案大小 208 KB
安裝次數 324
目前版本 1.0.4
更新時間 2023-05-22
上架時間 2021-04-05
評分 5.00/5 共 1 次評分
開發者 Ren0
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Unix Time Converter",
    "version": "1.0.4",
    "version_name": "1.0.4",
    "description": "Converts Unix time to human readable format and vice versa",
    "icons": {
        "16": "icons\/schedule-black-16dp.png",
        "32": "icons\/schedule-black-32dp.png",
        "48": "icons\/schedule-black-48dp.png",
        "128": "icons\/schedule-black-128dp.png"
    },
    "action": {
        "default_icon": {
            "16": "icons\/schedule-black-16dp.png",
            "32": "icons\/schedule-black-32dp.png",
            "48": "icons\/schedule-black-48dp.png",
            "128": "icons\/schedule-black-128dp.png"
        },
        "default_title": "Unix Time Converter",
        "default_popup": "popup\/popup.html",
        "browser_style": false
    }
}