Little Timer
Only 8 type timers
Apa itu Little Timer?
Little Timer adalah ekstensi Chrome yang dikembangkan oleh newstep, dan fitur utamanya adalah "Only 8 type timers".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Little Timer
Unduh file ekstensi Little 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
Features - Set timer by one click. - Notify by new tab after the time has elapsed. - Time that can be set is 3, 5, 10, 15, 25, 30, 45, 60 minutes. - Remaining time is displayed on the right bottom of the icon. - Notify with a message if you enter a message.
Informasi Dasar Ekstensi
Nama | |
ID | hoojobmcgpegpdbaagmopahobnnnhhmh |
URL Resmi | https://chrome.google.com/webstore/detail/little-timer/hoojobmcgpegpdbaagmopahobnnnhhmh |
Deskripsi | Only 8 type timers |
Ukuran File | 20.62 KB |
Jumlah Instalasi | 374 |
Versi Saat Ini | 1.2.0 |
Terakhir Diperbarui | 2017-02-07 |
Tanggal Publikasi | 2017-02-07 |
Penilaian | 5.00/5 Total 3 Penilaian |
Pengembang | newstep |
Tipe Pembayaran | free |
Bahasa yang Didukung | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Little Timer", "description": "__MSG_extDescription__", "version": "1.2.0", "manifest_version": 2, "browser_action": { "default_icon": { "16": "timer16.png", "19": "timer19.png", "128": "timer128.png" }, "default_title": "Little Timer", "default_popup": "popup.html" }, "default_locale": "en", "permissions": [ "tabs", "http:\/\/*\/*", "background" ], "icons": { "19": "timer19.png" }, "background": { "scripts": [ "eventPage.js" ], "persistent": false } } |