Pomotasking: Tasks lists with Pomodoro Timer

A Chrome Pomodoro timer with ToDo list

What is Pomotasking: Tasks lists with Pomodoro Timer?

Pomotasking: Tasks lists with Pomodoro Timer is a Chrome extension developed by Samuel Simões, and its main feature is "A Chrome Pomodoro timer with ToDo list".

Extension Screenshots

screenshot

Download Pomotasking: Tasks lists with Pomodoro Timer Extension CRX File

Download Pomotasking: Tasks lists with Pomodoro Timer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Pomotasking: Tasks lists with Pomodoro Timer Pomotasking: Tasks lists with Pomodoro Timer
ID diofopnenjmjcpcimiimefbcmjahgldg
Official URL https://chromewebstore.google.com/detail/pomotasking-tasks-lists-w/diofopnenjmjcpcimiimefbcmjahgldg
Description A Chrome Pomodoro timer with ToDo list
File Size 483 KB
Installation Count 2,772
Current Version 0.0.4
Last Updated 2017-10-15
Publish Date 2017-10-15
Rating 4.75/5 Total 24 Ratings
Developer Samuel Simões
Payment Type free
Supported Languages 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"
}