Timely
This extension converts unix epoch timestamps to human-readable times.
什么是Timely?
Timely是由Chris Warren开发的Chrome扩展程序,该扩展的主要功能是“This extension converts unix epoch timestamps to human-readable times.”。
扩展截图
下载Timely扩展crx文件
下载Timely扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Find a page containing UNIX timestamps, e.g. http://en.wikipedia.org/wiki/Unix_time or the fantastic JSONView extension. Simply click the clock in the toolbar and all timestamps (in seconds or milliseconds from epoch) will be converted to human-readable dates and times.
扩展基本信息
名称 | Timely |
ID | phpkahchjodmhmckibejeafoflafljma |
官方URL | https://chromewebstore.google.com/detail/timely/phpkahchjodmhmckibejeafoflafljma |
简介 | This extension converts unix epoch timestamps to human-readable times. |
文件大小 | 10.88 KB |
安装次数 | 2,108 |
当前版本 | 1.0.1 |
更新时间 | 2013-10-27 |
上架时间 | 2013-10-27 |
评分 | 4.67/5 共9次评分 |
开发者 | Chris Warren |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Timely", "short_name": "Timely", "description": "This extension converts unix epoch timestamps to human-readable times.", "icons": { "128": "icon128.png" }, "version": "1.0.1", "permissions": [ "activeTab" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_icon": "icon.png", "default_title": "Show human-readable timestamps" } } |