Text Clock
Time as Text
什么是Text Clock?
Text Clock是由billsearle开发的Chrome扩展程序,该扩展的主要功能是“Time as Text”。
扩展截图
下载Text Clock扩展crx文件
下载Text Clock扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Text clock - readable time. 扩展基本信息
| 名称 | |
| ID | caacmmeopdailkdlgkimndodjipilaha |
| 官方URL | https://chromewebstore.google.com/detail/text-clock/caacmmeopdailkdlgkimndodjipilaha |
| 简介 | Time as Text |
| 文件大小 | 229 KB |
| 安装次数 | 169 |
| 当前版本 | 0.2 |
| 更新时间 | 2015-03-20 |
| 上架时间 | 2015-03-19 |
| 评分 | 4.67/5 共3次评分 |
| 开发者 | billsearle |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | http://billsearle.me |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Text Clock",
"description": "Time as Text",
"version": "0.2",
"offline_enabled": true,
"chrome_url_overrides": {
"newtab": "index.html"
},
"icons": {
"128": "icon-128.png",
"16": "icon-16.png",
"48": "icon-48.png"
}
} | |