Smart Tomato!

A time management tool that helps you balance your work and break time.

Co to jest Smart Tomato!?

Smart Tomato! to rozszerzenie Chrome opracowane przez Tiger Gao, a jego główną funkcją jest „A time management tool that helps you balance your work and break time.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Smart Tomato!

Pobierz pliki rozszerzeń Smart Tomato! 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

                        Smart Tomato is a productivity app that manages your time. Here's how it works:
• Set a 25-minute timer, and start working
• Reward yourself after a work session by taking a short break

Features:
• Badge on the icon showing remaining time
• Clean user interface

Pomodoro® and The Pomodoro Technique® are trademarks of Francesco Cirillo. Smart Tomato is not affiliated or associated with or endorsed by Pomodoro®, The Pomodoro Technique® or Francesco Cirillo.                    

Podstawowe informacje o rozszerzeniu

Nazwa Smart Tomato! Smart Tomato!
ID nifehghifgpkhammhggdigiknkfoegdn
Oficjalny URL https://chromewebstore.google.com/detail/smart-tomato/nifehghifgpkhammhggdigiknkfoegdn
Opis A time management tool that helps you balance your work and break time.
Rozmiar pliku 39.18 KB
Liczba instalacji 36
Aktualna Wersja 0.1
Ostatnia Aktualizacja 2021-01-12
Data Publikacji 2021-01-11
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper Tiger Gao
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Smart Tomato!",
    "description": "A time management tool that helps you balance your work and break time.",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_popup": "index.html",
        "default_icon": {
            "16": "images\/tomato-16.png",
            "32": "images\/tomato-32.png",
            "48": "images\/tomato-48.png",
            "128": "images\/tomato-128.png"
        }
    },
    "icons": {
        "16": "images\/tomato-16.png",
        "32": "images\/tomato-32.png",
        "48": "images\/tomato-48.png",
        "128": "images\/tomato-128.png"
    },
    "permissions": [
        "alarms",
        "notifications",
        "storage"
    ],
    "version": "0.1"
}