Dual Timer
A dual timer for time-boxing.
Apa itu Dual Timer?
Dual Timer adalah ekstensi Chrome yang dikembangkan oleh log1, dan fitur utamanya adalah "A dual timer for time-boxing.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Dual Timer
Unduh file ekstensi Dual Timer dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Dual Timer |
ID | lkoinkcniagamfneakdjgbngnkooigdh |
URL Resmi | https://chromewebstore.google.com/detail/dual-timer/lkoinkcniagamfneakdjgbngnkooigdh |
Deskripsi | A dual timer for time-boxing. |
Ukuran File | 268 KB |
Jumlah Instalasi | 39 |
Versi Saat Ini | 0.2102 |
Terakhir Diperbarui | 2021-07-31 |
Tanggal Publikasi | 2021-06-05 |
Penilaian | 5.00/5 Total 3 Penilaian |
Pengembang | log1 |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/LexingtonWhalen/ChromeIntervalTimer |
Bahasa yang Didukung | 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" } } |