Offline Epoch Converter

This extension converts epoch to human readable

什么是Offline Epoch Converter?

Offline Epoch Converter是由Jayesh Hathila开发的Chrome扩展程序,该扩展的主要功能是“This extension converts epoch to human readable”。

扩展截图

screenshot

下载Offline Epoch Converter扩展crx文件

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

扩展使用说明

                        This is simple offline epoch convertor which do exactly what it says: convert Epoch to Human Readable format and from Human Readable format to Epoch. You can also specify time zone to use while converting human readable to Epoch.                    

扩展基本信息

名称 Offline Epoch Converter Offline Epoch Converter
ID ahgbcbjdcoaijfoeakpnjaghpdndekbg
官方URL https://chromewebstore.google.com/detail/offline-epoch-converter/ahgbcbjdcoaijfoeakpnjaghpdndekbg
简介 This extension converts epoch to human readable
文件大小 28.9 KB
安装次数 681
当前版本 1.1
更新时间 2018-01-27
上架时间 2018-01-27
评分 5.00/5 共7次评分
开发者 Jayesh Hathila
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Offline Epoch Converter",
    "description": "This extension converts epoch to human readable",
    "version": "1.1",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "epoch_popup.html",
        "default_title": "Convert Epoch Offline"
    }
}