Tomato Pie

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

Qu'est-ce que Tomato Pie ?

Tomato Pie est une extension Chrome développée par http://t9t.io, et sa fonction principale est "A new UI for Pomodoro Technique. Peek into your working status with ease".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Tomato Pie

Téléchargez les fichiers d'extension Tomato Pie au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Tomato Pie Tomato Pie
ID gffgechdocgfajkbpinmjjjlkjfjampi
URL Officiel https://chrome.google.com/webstore/detail/tomato-pie/gffgechdocgfajkbpinmjjjlkjfjampi
Description A new UI for Pomodoro Technique. Peek into your working status with ease
Taille du Fichier 68.03 KB
Nombre d'Installations 1,000
Version Actuelle 2.8
Dernière Mise à Jour 2019-10-22
Date de Publication 2019-10-22
Évaluation 4.27/5 Total 11 Évaluations
Développeur http://t9t.io
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/t9tio/tomato-pie
URL de la Page d'Aide https://github.com/t9tio/tomato-pie/issues
Langues Prises en Charge 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"
    }
}