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
官方網址 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"
}