Smart Tomato!

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

Smart Tomato! क्या है?

Smart Tomato! Tiger Gao द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A time management tool that helps you balance your work and break time."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Smart Tomato! एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
}