PomoTimer
A seriously minimalistic Pomodoro timer
Apa itu PomoTimer?
PomoTimer adalah ekstensi Chrome yang dikembangkan oleh Marcus Johansson, dan fitur utamanya adalah "A seriously minimalistic Pomodoro timer".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi PomoTimer
Unduh file ekstensi PomoTimer 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 great way to keep you focused. However, most Pomodoro tools are way too complex. This defeats the whole purpose of the technique. PomoTimer is probably the simplest and most minimalistic timer in the Chrome web store -- and that's how it should remain.
Informasi Dasar Ekstensi
Nama | PomoTimer |
ID | hefdcogdhfodpbcidnkecllmknddjghc |
URL Resmi | https://chromewebstore.google.com/detail/pomotimer/hefdcogdhfodpbcidnkecllmknddjghc |
Deskripsi | A seriously minimalistic Pomodoro timer |
Ukuran File | 34.59 KB |
Jumlah Instalasi | 37 |
Versi Saat Ini | 1.0.1 |
Terakhir Diperbarui | 2020-04-17 |
Tanggal Publikasi | 2020-04-17 |
Pengembang | Marcus Johansson |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/marcjoha/pomo-timer |
Bahasa yang Didukung | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "PomoTimer", "version": "1.0.1", "description": "A seriously minimalistic Pomodoro timer", "manifest_version": 2, "icons": { "16": "gfx\/icon-16.png", "48": "gfx\/icon-48.png", "128": "gfx\/icon-128.png" }, "background": { "scripts": [ "background.js" ] }, "content_security_policy": "script-src 'self'; object-src 'self'", "permissions": [ "notifications" ], "browser_action": { "default_icon": "gfx\/icon-32.png", "default_title": "PomoTimer" }, "offline_enabled": true } |