Smart Tomato!

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

Smart Tomato!란 무엇입니까?

Smart Tomato!은(는) Tiger Gao에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A time management tool that helps you balance your work and break time."입니다.

확장 프로그램 스크린샷

screenshot

Smart Tomato! 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
}