Analog Percent Clock
Single-hand clock showing percentage of today that's already gone
什么是Analog Percent Clock?
Analog Percent Clock是由Prasanna Natarajan开发的Chrome扩展程序,该扩展的主要功能是“Single-hand clock showing percentage of today that's already gone”。
扩展截图
下载Analog Percent Clock扩展crx文件
下载Analog Percent Clock扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Time is flying. Make the most out of what's remaining today. Carpe diem!
The clock-hand shows how much percentage of time has elapsed since the start of the day.
Just by noon you'll see that 50% of the day is gone.
While opening a new tab, the clock's presence would make you to subconsciously evaluate your priorities (for the day) and so there's less chance you'll open a distracting website! 扩展基本信息
| 名称 | |
| ID | nfkelngepdnmefliaboblnoehmmilcni |
| 官方URL | https://chromewebstore.google.com/detail/analog-percent-clock/nfkelngepdnmefliaboblnoehmmilcni |
| 简介 | Single-hand clock showing percentage of today that's already gone |
| 文件大小 | 13.07 KB |
| 安装次数 | 171 |
| 当前版本 | 1.1 |
| 更新时间 | 2018-12-02 |
| 上架时间 | 2018-12-02 |
| 评分 | 4.00/5 共4次评分 |
| 开发者 | Prasanna Natarajan |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Analog Percent Clock",
"version": "1.1",
"description": "Single-hand clock showing percentage of today that's already gone",
"manifest_version": 2,
"icons": {
"128": "icon.png"
},
"chrome_url_overrides": {
"newtab": "clock.html"
}
} | |