Dual Timer
A dual timer for time-boxing.
什麼是Dual Timer?
Dual Timer是由log1開發的Chrome擴展程式,該擴展的主要功能是“A dual timer for time-boxing.”。
擴展截圖
下載Dual Timer擴展crx文件
下載Dual Timer擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
A dual timer designed for productivity. Both timers are independent, and when timer ends the other begins. When a timer has finished, a small sound is played, and when all rounds are complete a small tune is played. Perfect for study or work. Improve focus and productivity by this timer. 擴展基本資訊
| 名稱 | |
| ID | lkoinkcniagamfneakdjgbngnkooigdh |
| 官方網址 | https://chromewebstore.google.com/detail/dual-timer/lkoinkcniagamfneakdjgbngnkooigdh |
| 簡介 | A dual timer for time-boxing. |
| 檔案大小 | 268 KB |
| 安裝次數 | 39 |
| 目前版本 | 0.2102 |
| 更新時間 | 2021-07-31 |
| 上架時間 | 2021-06-05 |
| 評分 | 5.00/5 共 3 次評分 |
| 開發者 | log1 |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | https://github.com/LexingtonWhalen/ChromeIntervalTimer |
| 支援的語言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"icons": {
"16": ".\/images\/16x16.png",
"32": ".\/images\/32x32.png",
"48": ".\/images\/48x48.png",
"128": ".\/images\/128x128.png"
},
"name": "Dual Timer",
"description": "A dual timer for time-boxing.",
"version": "0.2102",
"manifest_version": 2,
"background": {
"persistent": true,
"scripts": [
".\/js\/background.js"
]
},
"options_page": ".\/html\/options.html",
"browser_action": {
"default_popup": ".\/html\/popup.html",
"default_icon": ".\/images\/128x128.png"
}
} | |