Pomodoro Timer
Simple pomodoro timer
Apa itu Pomodoro Timer?
Pomodoro Timer adalah ekstensi Chrome yang dikembangkan oleh Sergey Markin & Oleg Egorov, dan fitur utamanya adalah "Simple pomodoro timer".
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
The Pomodoro Technique is a time management method developed by Francesco Cirillo. The technique uses a timer to break down work into intervals, traditionally 25 minutes in length, separated by short breaks. Each interval is known as a pomodoro, from the Italian word for 'tomato'. In this extension, working time is 25 minutes, rest time is 5 minutes.
Informasi Dasar Ekstensi
Nama | Pomodoro Timer |
ID | okbedhkoibggbokmnkafehodicaihefj |
URL Resmi | https://chromewebstore.google.com/detail/pomodoro-timer/okbedhkoibggbokmnkafehodicaihefj |
Deskripsi | Simple pomodoro timer |
Ukuran File | 75.69 KB |
Jumlah Instalasi | 66 |
Versi Saat Ini | 1.0.3 |
Terakhir Diperbarui | 2020-04-18 |
Tanggal Publikasi | 2020-04-18 |
Pengembang | Sergey Markin & Oleg Egorov |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Pomodoro Timer", "version": "1.0.3", "description": "Simple pomodoro timer", "permissions": [ "storage", "declarativeContent", "alarms" ], "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_popup": "popup.html" }, "icons": { "16": "pomodoro16.png", "48": "pomodoro48.png", "128": "pomodoro128.png" }, "manifest_version": 2 } |