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ファイルをダウンロード

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
Eメール [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"
}