Tomato Pie

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

Hvad er Tomato Pie?

Tomato Pie er en Chrome-udvidelse udviklet af http://t9t.io, og dens hovedfunktion er "A new UI for Pomodoro Technique. Peek into your working status with ease".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot
screenshot

Download Tomato Pie-udvidelses-CRX-fil

Download Tomato Pie-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn Tomato Pie Tomato Pie
ID gffgechdocgfajkbpinmjjjlkjfjampi
Officiel URL https://chrome.google.com/webstore/detail/tomato-pie/gffgechdocgfajkbpinmjjjlkjfjampi
Beskrivelse A new UI for Pomodoro Technique. Peek into your working status with ease
Filstørrelse 68.03 KB
Antal Installationer 1,000
Nuværende Version 2.8
Senest Opdateret 2019-10-22
Udgivelsesdato 2019-10-22
Bedømmelse 4.27/5 Samlet 11 Bedømmelser
Udvikler http://t9t.io
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://github.com/t9tio/tomato-pie
Hjælpeside-URL https://github.com/t9tio/tomato-pie/issues
Understøttede Sprog 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"
    }
}