Epoch
Quick Linux/Epoch time converter
什么是Epoch?
Epoch是由Liorama开发的Chrome扩展程序,该扩展的主要功能是“Quick Linux/Epoch time converter”。
下载Epoch扩展crx文件
下载Epoch扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Unix time (also known as POSIX time or Epoch time) is a system for describing instants in time, defined as the number of seconds that have elapsed since 00:00:00 Coordinated Universal Time (UTC), Thursday, 1 January 1970. This is a quick converter that let's you convert a specific date (and time) to the it's Epoch time representation.
扩展基本信息
名称 | Epoch |
ID | giojmegbijfdaifkfblkljnbeljjhlaj |
官方URL | https://chromewebstore.google.com/detail/epoch/giojmegbijfdaifkfblkljnbeljjhlaj |
简介 | Quick Linux/Epoch time converter |
文件大小 | 245 KB |
安装次数 | 41 |
当前版本 | 0.0.3 |
更新时间 | 2016-03-15 |
上架时间 | 2016-03-15 |
评分 | 5.00/5 共1次评分 |
开发者 | Liorama |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Epoch", "short_name": "Epoch time converter", "version": "0.0.3", "manifest_version": 2, "description": "Quick Linux\/Epoch time converter", "icons": { "16": "icons\/linuxtime2.png", "48": "icons\/linuxtime2.png", "128": "icons\/linuxtime2.png" }, "browser_action": { "default_icon": "icons\/linuxtime2.png", "default_title": "Click for time since Linux Epoch", "default_popup": "src\/browser_action\/browser_action.html" }, "permissions": [ "*:\/\/*\/*" ] } |