Pomotasking: Tasks lists with Pomodoro Timer
A Chrome Pomodoro timer with ToDo list
Hvad er Pomotasking: Tasks lists with Pomodoro Timer?
Pomotasking: Tasks lists with Pomodoro Timer er en Chrome-udvidelse udviklet af Samuel Simões, og dens hovedfunktion er "A Chrome Pomodoro timer with ToDo list".
Udvidelsesskærmbilleder
Download Pomotasking: Tasks lists with Pomodoro Timer-udvidelses-CRX-fil
Download Pomotasking: Tasks lists with Pomodoro Timer-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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
Grundlæggende oplysninger om udvidelsen
Navn | Pomotasking: Tasks lists with Pomodoro Timer |
ID | diofopnenjmjcpcimiimefbcmjahgldg |
Officiel URL | https://chromewebstore.google.com/detail/pomotasking-tasks-lists-w/diofopnenjmjcpcimiimefbcmjahgldg |
Beskrivelse | A Chrome Pomodoro timer with ToDo list |
Filstørrelse | 483 KB |
Antal Installationer | 2,772 |
Nuværende Version | 0.0.4 |
Senest Opdateret | 2017-10-15 |
Udgivelsesdato | 2017-10-15 |
Bedømmelse | 4.75/5 Samlet 24 Bedømmelser |
Udvikler | Samuel Simões |
Betalingsmetode | free |
Understøttede Sprog | 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" } |