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 |
| 官方網址 | 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"
}
} | |