Smart Tomato!

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

Что такое Smart Tomato!?

Smart Tomato! - это расширение Chrome, разработанное Tiger Gao, и его основная функция - "A time management tool that helps you balance your work and break time.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Smart Tomato!

Скачайте файлы расширений Smart Tomato! в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название Smart Tomato! Smart Tomato!
ID nifehghifgpkhammhggdigiknkfoegdn
Официальный URL https://chromewebstore.google.com/detail/smart-tomato/nifehghifgpkhammhggdigiknkfoegdn
Описание A time management tool that helps you balance your work and break time.
Размер файла 39.18 KB
Количество установок 36
Текущая Версия 0.1
Последнее Обновление 2021-01-12
Дата публикации 2021-01-11
Рейтинг 5.00/5 Всего 2 оценок
Разработчик Tiger Gao
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки 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"
}