Pomotasking: Tasks lists with Pomodoro Timer
A Chrome Pomodoro timer with ToDo list
Vad är Pomotasking: Tasks lists with Pomodoro Timer?
Pomotasking: Tasks lists with Pomodoro Timer är en Chrome-tillägg utvecklad av Samuel Simões, och dess huvudfunktion är "A Chrome Pomodoro timer with ToDo list".
Tilläggsskärmbilder
Ladda ner Pomotasking: Tasks lists with Pomodoro Timer-förlängningens CRX-fil
Ladda ner Pomotasking: Tasks lists with Pomodoro Timer-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
Namn | Pomotasking: Tasks lists with Pomodoro Timer |
ID | diofopnenjmjcpcimiimefbcmjahgldg |
Officiell webbadress | https://chromewebstore.google.com/detail/pomotasking-tasks-lists-w/diofopnenjmjcpcimiimefbcmjahgldg |
Beskrivning | A Chrome Pomodoro timer with ToDo list |
Filstorlek | 483 KB |
Antal Installationer | 2,772 |
Aktuell Version | 0.0.4 |
Senast Uppdaterad | 2017-10-15 |
Publiceringsdatum | 2017-10-15 |
Betyg | 4.75/5 Totalt 24 Betyg |
Utvecklare | Samuel Simões |
Betalningssätt | free |
Stödda Språk | 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" } |