Epoch Converter Tooltip for Google Chrome™
Convert timestamps to readable times
什么是Epoch Converter Tooltip for Google Chrome™?
Epoch Converter Tooltip for Google Chrome™是由eyal0开发的Chrome扩展程序,该扩展的主要功能是“Convert timestamps to readable times”。
扩展截图
下载Epoch Converter Tooltip for Google Chrome™扩展crx文件
下载Epoch Converter Tooltip for Google Chrome™扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
When hovering over a number that might be a timestamp, convert it to a timestamp.
In the options, the location of the tooltip, the triggering, and the timezone can be changed. 扩展基本信息
| 名称 | |
| ID | gfhloejbjfojlcadcpahgdaagekamhjh |
| 官方URL | https://chromewebstore.google.com/detail/epoch-converter-tooltip-f/gfhloejbjfojlcadcpahgdaagekamhjh |
| 简介 | Convert timestamps to readable times |
| 文件大小 | 639 KB |
| 安装次数 | 291 |
| 当前版本 | 1.5.1 |
| 更新时间 | 2017-06-29 |
| 上架时间 | 2017-06-29 |
| 评分 | 4.00/5 共4次评分 |
| 开发者 | eyal0 |
| 付费类型 | free |
| 扩展官网 | https://github.com/eyal0/epoch-converter-tooltip |
| 帮助页面URL | https://github.com/eyal0/epoch-converter-tooltip/issues |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Epoch Converter Tooltip for Google Chrome\u2122",
"version": "1.5.1",
"manifest_version": 2,
"description": "Convert timestamps to readable times",
"icons": {
"16": "ECT-16.png",
"48": "ECT-48.png",
"128": "ECT-128.png"
},
"background": {
"scripts": [
"ECT-background.js"
],
"persistent": true
},
"options_page": "ECT-options.html",
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"css": [
"ECT.css"
],
"js": [
"ECT-contentscript.js"
]
}
]
} | |