Pomotasking: Tasks lists with Pomodoro Timer
A Chrome Pomodoro timer with ToDo list
Apa itu Pomotasking: Tasks lists with Pomodoro Timer?
Pomotasking: Tasks lists with Pomodoro Timer adalah ekstensi Chrome yang dikembangkan oleh Samuel Simões, dan fitur utamanya adalah "A Chrome Pomodoro timer with ToDo list".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Pomotasking: Tasks lists with Pomodoro Timer
Unduh file ekstensi Pomotasking: Tasks lists with 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
Manage your tasks easily with ToDo lists and pomodoro technique integrated in a very straightforward app. It's open source, come help us to improve Pomotasking: https://github.com/samuelsimoes/pomotasking
Informasi Dasar Ekstensi
Nama | Pomotasking: Tasks lists with Pomodoro Timer |
ID | diofopnenjmjcpcimiimefbcmjahgldg |
URL Resmi | https://chromewebstore.google.com/detail/pomotasking-tasks-lists-w/diofopnenjmjcpcimiimefbcmjahgldg |
Deskripsi | A Chrome Pomodoro timer with ToDo list |
Ukuran File | 483 KB |
Jumlah Instalasi | 2,772 |
Versi Saat Ini | 0.0.4 |
Terakhir Diperbarui | 2017-10-15 |
Tanggal Publikasi | 2017-10-15 |
Penilaian | 4.75/5 Total 24 Penilaian |
Pengembang | Samuel Simões |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Pomotasking: Tasks lists with Pomodoro Timer", "background": { "page": "background.html" }, "options_ui": { "page": "options.html", "chrome_style": true }, "browser_action": { "default_popup": "popup.html", "default_icon": "browser-action-icon.png" }, "icons": { "128": "pomotodo-128.png" }, "permissions": [ "notifications" ], "manifest_version": 2, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "description": "A Chrome Pomodoro timer with ToDo list", "version": "0.0.4" } |