Timer
A clean, simple countown timer with visual and audible alarm.
Apa itu Timer?
Timer adalah ekstensi Chrome yang dikembangkan oleh Reasonable Systems, dan fitur utamanya adalah "A clean, simple countown timer with visual and audible alarm.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Timer
Unduh file ekstensi 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
Timer provides a simple countdown timer for scheduling future events without fussiness. Great for tracking french press brewing schedules, the kids' video game sessions, and Pomodoro work units. It keeps running in the background and plays a pleasant chime and shows a notification when it finishes. Click on numbers to edit, tab to move between fields, spacebar to start and stop the timer. Click the bell icon to turn the alarm on or off and use the reset button to reset the timer to its most recent time.
Informasi Dasar Ekstensi
Nama | Timer |
ID | cmjaflcjfodgbadocmpelolnfneppipe |
URL Resmi | https://chromewebstore.google.com/detail/timer/cmjaflcjfodgbadocmpelolnfneppipe |
Deskripsi | A clean, simple countown timer with visual and audible alarm. |
Ukuran File | 155 KB |
Jumlah Instalasi | 2,698 |
Versi Saat Ini | 1.1.0 |
Terakhir Diperbarui | 2020-02-01 |
Tanggal Publikasi | 2020-02-01 |
Penilaian | 3.57/5 Total 21 Penilaian |
Pengembang | Reasonable Systems |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/abachman/chrome-timer |
URL Halaman Bantuan | https://github.com/abachman/chrome-timer/wiki |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Timer", "version": "1.1.0", "description": "A clean, simple countown timer with visual and audible alarm.", "background": { "page": "background.html" }, "browser_action": { "default_icon": { "19": "icons\/19.png", "38": "icons\/38.png" }, "default_title": "Timer", "default_popup": "fragments\/popup.html" }, "permissions": [ "notifications" ], "web_accessible_resources": [ "icons\/48.png", "assets\/wine-glass-alarm.ogg", "assets\/glyphicons-halflings.png" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self';", "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" } } |