Pomotasking: Tasks lists with Pomodoro Timer

A Chrome Pomodoro timer with ToDo list

什么是Pomotasking: Tasks lists with Pomodoro Timer?

Pomotasking: Tasks lists with Pomodoro Timer是由Samuel Simões开发的Chrome扩展程序,该扩展的主要功能是“A Chrome Pomodoro timer with ToDo list”。

扩展截图

screenshot

下载Pomotasking: Tasks lists with Pomodoro Timer扩展crx文件

下载Pomotasking: Tasks lists with Pomodoro Timer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 Pomotasking: Tasks lists with Pomodoro Timer Pomotasking: Tasks lists with Pomodoro Timer
ID diofopnenjmjcpcimiimefbcmjahgldg
官方URL https://chromewebstore.google.com/detail/pomotasking-tasks-lists-w/diofopnenjmjcpcimiimefbcmjahgldg
简介 A Chrome Pomodoro timer with ToDo list
文件大小 483 KB
安装次数 2,772
当前版本 0.0.4
更新时间 2017-10-15
上架时间 2017-10-15
评分 4.75/5 共24次评分
开发者 Samuel Simões
付费类型 free
支持的语言 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"
}