Space Time
converts timestamps
什么是Space Time?
Space Time是由lucaswadedavis开发的Chrome扩展程序,该扩展的主要功能是“converts timestamps”。
扩展截图
下载Space Time扩展crx文件
下载Space Time扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
A simple Chrome Extension that converts Unix timestamps to UTC time and back again. 扩展基本信息
| 名称 | |
| ID | npecdijhmblnpadmfbmedjnhdpafohni |
| 官方URL | https://chromewebstore.google.com/detail/space-time/npecdijhmblnpadmfbmedjnhdpafohni |
| 简介 | converts timestamps |
| 文件大小 | 277 KB |
| 安装次数 | 21 |
| 当前版本 | 1.1 |
| 更新时间 | 2015-10-31 |
| 上架时间 | 2015-10-30 |
| 评分 | 5.00/5 共2次评分 |
| 开发者 | lucaswadedavis |
| 付费类型 | free |
| 帮助页面URL | https://github.com/lucaswadedavis/space-time |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"icons": {
"16": "icon.png",
"48": "icon.png",
"128": "icon.png"
},
"name": "Space Time",
"description": "converts timestamps",
"version": "1.1",
"browser_action": {
"default_icon": "icon.png",
"default_popup": "popup.html"
},
"permissions": [
"storage"
]
} | |