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.
扩展基本信息
名称 | Dual Timer |
ID | lkoinkcniagamfneakdjgbngnkooigdh |
官方URL | 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" } } |