Pomotasking: Tasks lists with Pomodoro Timer
A Chrome Pomodoro timer with ToDo list
Wat is Pomotasking: Tasks lists with Pomodoro Timer?
Pomotasking: Tasks lists with Pomodoro Timer is een Chrome-extensie ontwikkeld door Samuel Simões, en de belangrijkste functie is "A Chrome Pomodoro timer with ToDo list".
Extensie Screenshots
Download het CRX-bestand van de extensie Pomotasking: Tasks lists with Pomodoro Timer
Download Pomotasking: Tasks lists with Pomodoro Timer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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 Basisinformatie over de Extensie
| Naam | |
| ID | diofopnenjmjcpcimiimefbcmjahgldg |
| Officiële URL | https://chromewebstore.google.com/detail/pomotasking-tasks-lists-w/diofopnenjmjcpcimiimefbcmjahgldg |
| Beschrijving | A Chrome Pomodoro timer with ToDo list |
| Bestandsgrootte | 483 KB |
| Aantal Installaties | 2,772 |
| Huidige Versie | 0.0.4 |
| Laatst Bijgewerkt | 2017-10-15 |
| Publicatiedatum | 2017-10-15 |
| Beoordeling | 4.75/5 Totaal 24 Beoordelingen |
| Ontwikkelaar | Samuel Simões |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
} | |