Pomotasking: Tasks lists with Pomodoro Timer

A Chrome Pomodoro timer with ToDo list

Was ist Pomotasking: Tasks lists with Pomodoro Timer?

Pomotasking: Tasks lists with Pomodoro Timer ist eine Chrome-Erweiterung, die von Samuel Simões entwickelt wurde, und ihr Hauptmerkmal ist "A Chrome Pomodoro timer with ToDo list".

Erweiterungsscreenshots

screenshot

Pomotasking: Tasks lists with Pomodoro Timer-Erweiterungs-CRX-Datei herunterladen

Laden Sie Pomotasking: Tasks lists with Pomodoro Timer-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Pomotasking: Tasks lists with Pomodoro Timer Pomotasking: Tasks lists with Pomodoro Timer
ID diofopnenjmjcpcimiimefbcmjahgldg
Offizielle URL https://chromewebstore.google.com/detail/pomotasking-tasks-lists-w/diofopnenjmjcpcimiimefbcmjahgldg
Beschreibung A Chrome Pomodoro timer with ToDo list
Dateigröße 483 KB
Installationsanzahl 2,772
Aktuelle Version 0.0.4
Letztes Update 2017-10-15
Veröffentlichungsdatum 2017-10-15
Bewertung 4.75/5 Insgesamt 24 Bewertungen
Entwickler Samuel Simões
Zahlungsart free
Unterstützte Sprachen 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"
}