Pomotasking: Tasks lists with Pomodoro Timer

A Chrome Pomodoro timer with ToDo list

Qu'est-ce que Pomotasking: Tasks lists with Pomodoro Timer ?

Pomotasking: Tasks lists with Pomodoro Timer est une extension Chrome développée par Samuel Simões, et sa fonction principale est "A Chrome Pomodoro timer with ToDo list".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Pomotasking: Tasks lists with Pomodoro Timer

Téléchargez les fichiers d'extension Pomotasking: Tasks lists with Pomodoro Timer au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Pomotasking: Tasks lists with Pomodoro Timer Pomotasking: Tasks lists with Pomodoro Timer
ID diofopnenjmjcpcimiimefbcmjahgldg
URL Officiel https://chromewebstore.google.com/detail/pomotasking-tasks-lists-w/diofopnenjmjcpcimiimefbcmjahgldg
Description A Chrome Pomodoro timer with ToDo list
Taille du Fichier 483 KB
Nombre d'Installations 2,772
Version Actuelle 0.0.4
Dernière Mise à Jour 2017-10-15
Date de Publication 2017-10-15
Évaluation 4.75/5 Total 24 Évaluations
Développeur Samuel Simões
Type de Paiement free
Langues Prises en Charge 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"
}