Tomato Pie

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

Cos'è Tomato Pie?

Tomato Pie è un'estensione di Chrome sviluppata da http://t9t.io, e la sua funzione principale è "A new UI for Pomodoro Technique. Peek into your working status with ease".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Tomato Pie

Scarica i file di estensione Tomato Pie in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Tomato Pie Tomato Pie
ID gffgechdocgfajkbpinmjjjlkjfjampi
URL Ufficiale https://chrome.google.com/webstore/detail/tomato-pie/gffgechdocgfajkbpinmjjjlkjfjampi
Descrizione A new UI for Pomodoro Technique. Peek into your working status with ease
Dimensione del File 68.03 KB
Conteggio Installazioni 1,000
Versione Corrente 2.8
Ultimo Aggiornamento 2019-10-22
Data di Pubblicazione 2019-10-22
Valutazione 4.27/5 Totale 11 Valutazioni
Sviluppatore http://t9t.io
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/t9tio/tomato-pie
URL della Pagina di Aiuto https://github.com/t9tio/tomato-pie/issues
Lingue Supportate 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"
    }
}