Pomodoro Timer
Use the time. Work and rest.
Apa itu Pomodoro Timer?
Pomodoro Timer adalah ekstensi Chrome yang dikembangkan oleh LOCAJANS, dan fitur utamanya adalah "Use the time. Work and rest.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Pomodoro Timer
Unduh file ekstensi Pomodoro 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
Pomodoro Timer - Pomodoro Clock - Use the time. Work and rest.
Informasi Dasar Ekstensi
Nama | Pomodoro Timer |
ID | lfbmbmjkmjmhdjgpkfjchfehgdpfglml |
URL Resmi | https://chromewebstore.google.com/detail/pomodoro-timer/lfbmbmjkmjmhdjgpkfjchfehgdpfglml |
Deskripsi | Use the time. Work and rest. |
Ukuran File | 123 KB |
Jumlah Instalasi | 482 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2018-07-05 |
Tanggal Publikasi | 2018-07-05 |
Penilaian | 1.00/5 Total 2 Penilaian |
Pengembang | LOCAJANS |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | http://locajans.com |
URL Halaman Bantuan | http://locajans.com |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "1.0", "name": "Pomodoro Timer", "description": "Use the time. Work and rest.", "icons": { "16": "images\/16.png", "24": "images\/24.png", "32": "images\/32.png", "128": "images\/128.png" }, "browser_action": { "default_popup": "index.html" }, "background": { "scripts": [ "OneSignal.js", "background.js" ] }, "permissions": [ "background", "https:\/\/locajans.com\/" ] } |