Timer
A chrome extension that allows you to set timer and alert
Apa itu Timer?
Timer adalah ekstensi Chrome yang dikembangkan oleh Thu Nguyen, dan fitur utamanya adalah "A chrome extension that allows you to set timer and alert".
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
A basic timer with sound and notifications. Can set time up to hours as
Informasi Dasar Ekstensi
Nama | Timer |
ID | jeeccbgpjcoijhgboccheomodgnhaddi |
URL Resmi | https://chromewebstore.google.com/detail/timer/jeeccbgpjcoijhgboccheomodgnhaddi |
Deskripsi | A chrome extension that allows you to set timer and alert |
Ukuran File | 297 KB |
Jumlah Instalasi | 422 |
Versi Saat Ini | 1.0.0 |
Terakhir Diperbarui | 2016-11-11 |
Tanggal Publikasi | 2016-11-10 |
Penilaian | 4.25/5 Total 4 Penilaian |
Pengembang | Thu Nguyen |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Timer", "version": "1.0.0", "description": "A chrome extension that allows you to set timer and alert", "author": "ThuNguyen", "browser_action": { "default_icon": "icon.png", "default_popup": "index.html", "default_title": "Set!" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "notifications" ] } |