Tomato Pie

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

Co to jest Tomato Pie?

Tomato Pie to rozszerzenie Chrome opracowane przez http://t9t.io, a jego główną funkcją jest „A new UI for Pomodoro Technique. Peek into your working status with ease”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Tomato Pie

Pobierz pliki rozszerzeń Tomato Pie w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Tomato Pie Tomato Pie
ID gffgechdocgfajkbpinmjjjlkjfjampi
Oficjalny URL https://chrome.google.com/webstore/detail/tomato-pie/gffgechdocgfajkbpinmjjjlkjfjampi
Opis A new UI for Pomodoro Technique. Peek into your working status with ease
Rozmiar pliku 68.03 KB
Liczba instalacji 1,000
Aktualna Wersja 2.8
Ostatnia Aktualizacja 2019-10-22
Data Publikacji 2019-10-22
Ocena 4.27/5 Łącznie 11 Oceny
Deweloper http://t9t.io
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/t9tio/tomato-pie
Adres URL Strony Pomocy https://github.com/t9tio/tomato-pie/issues
Obsługiwane Języki 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"
    }
}