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 |
Eメール | [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" } } |