Tomato Pie

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

What is Tomato Pie?

Tomato Pie is a Chrome extension developed by http://t9t.io, and its main feature is "A new UI for Pomodoro Technique. Peek into your working status with ease".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Tomato Pie Extension CRX File

Download Tomato Pie 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

                        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                    

Extension Basic Information

Name Tomato Pie Tomato Pie
ID gffgechdocgfajkbpinmjjjlkjfjampi
Official URL https://chrome.google.com/webstore/detail/tomato-pie/gffgechdocgfajkbpinmjjjlkjfjampi
Description A new UI for Pomodoro Technique. Peek into your working status with ease
File Size 68.03 KB
Installation Count 1,000
Current Version 2.8
Last Updated 2019-10-22
Publish Date 2019-10-22
Rating 4.27/5 Total 11 Ratings
Developer http://t9t.io
Email [email protected]
Payment Type free
Extension Website https://github.com/t9tio/tomato-pie
Help Page URL https://github.com/t9tio/tomato-pie/issues
Supported Languages 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"
    }
}