Tomato Pie

A new UI for Pomodoro Technique. Peek into your working status with ease

什么是Tomato Pie?

Tomato Pie是由http://t9t.io开发的Chrome扩展程序,该扩展的主要功能是“A new UI for Pomodoro Technique. Peek into your working status with ease”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载Tomato Pie扩展crx文件

下载Tomato Pie扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Features
- start new tomato from TODO
- red part: 25 minutes for one tomato
- green part: 5 minutes for rest
- show tomatoes of last 12 hours on clock
- view tomato history on calendar
- override default page for new tab
- indicate time on the extension icon
- get notifications when a tomato is finished

Source code and more introductions:

- https://github.com/t9tio/tomato-pie                    

扩展基本信息

名称 Tomato Pie Tomato Pie
ID gffgechdocgfajkbpinmjjjlkjfjampi
官方URL https://chrome.google.com/webstore/detail/tomato-pie/gffgechdocgfajkbpinmjjjlkjfjampi
简介 A new UI for Pomodoro Technique. Peek into your working status with ease
文件大小 68.03 KB
安装次数 1,000
当前版本 2.8
更新时间 2019-10-22
上架时间 2019-10-22
评分 4.27/5 共11次评分
开发者 http://t9t.io
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/t9tio/tomato-pie
帮助页面URL https://github.com/t9tio/tomato-pie/issues
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "author": "timqian",
    "homepage_url": "https:\/\/github.com\/t9tio\/tomato-pie",
    "name": "Tomato Pie",
    "description": "A new UI for Pomodoro Technique. Peek into your working status with ease",
    "version": "2.8",
    "icons": {
        "128": "assets\/tomato.png"
    },
    "browser_action": {
        "default_icon": "assets\/tomato.png"
    },
    "permissions": [
        "tabs",
        "storage",
        "notifications",
        "background"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    }
}