Unix Timestamp Converter

Convert time unix timestamps into human readable dates or human readable dates into unix timestamps. You choose!

什么是Unix Timestamp Converter?

Unix Timestamp Converter是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“Convert time unix timestamps into human readable dates or human readable dates into unix timestamps. You choose!”。

扩展截图

screenshot

下载Unix Timestamp Converter扩展crx文件

下载Unix Timestamp Converter扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Convert time unix timestamps into human readable dates or human readable dates into unix timestamps.  You choose!

The human readable date accepts a whole range of timestamps including now, tomorrow, 5 years from now.  Just give it a try.                    

扩展基本信息

名称 Unix Timestamp Converter Unix Timestamp Converter
ID clkkocmhcpfginlphpgjmgpdffihcbmm
官方URL https://chromewebstore.google.com/detail/unix-timestamp-converter/clkkocmhcpfginlphpgjmgpdffihcbmm
简介 Convert time unix timestamps into human readable dates or human readable dates into unix timestamps. You choose!
文件大小 1.04 MB
安装次数 5,057
当前版本 0.4.0
更新时间 2021-12-23
上架时间 2017-09-29
评分 4.23/5 共26次评分
开发者 Unknown
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/CoryNoonan/unix-timestamp-chrome
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Unix Timestamp Converter",
    "version": "0.4.0",
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "description": "Convert time unix timestamps into human readable dates or human readable dates into unix timestamps. You choose!",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": "public\/images\/icon.png",
        "default_popup": "index.html",
        "default_name": "Unix Timestamp Converter",
        "short_name": "Unix Timestamp Converter"
    },
    "icons": {
        "48": "public\/images\/icon.png",
        "128": "public\/images\/icon.png"
    },
    "permissions": [
        "storage"
    ]
}