TomatoTimer(番茄钟)

极简番茄钟🍅 TomatoTimer is a flexible and easy to use online Pomodoro Technique Timer.

TomatoTimer(番茄钟) क्या है?

TomatoTimer(番茄钟) dayuan द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "极简番茄钟🍅 TomatoTimer is a flexible and easy to use online Pomodoro Technique Timer."।

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

screenshot
screenshot

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

crx प्रारूप में TomatoTimer(番茄钟) एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Helps you focus on your current work and studies Tomato work method is a simple and easy to use time management method, using the tomato work method, select a task to be completed, set the tomato time to 25 minutes, focus on the work, do not allow anything unrelated to the task in the middle, until the tomato clock rings, and then draw an X on the paper for a short break (5 minutes on the line), every four tomato time to take more breaks. The tomato work method greatly improves the efficiency of the work, there will be an unexpected sense of accomplishment. 🍅 🍅                    

एक्सटेंशन की मूल जानकारी

नाम TomatoTimer(番茄钟) TomatoTimer(番茄钟)
ID pfbglkpjdofjbficnlhdolanoifpedhk
आधिकारिक URL https://chromewebstore.google.com/detail/tomatotimer%E7%95%AA%E8%8C%84%E9%92%9F/pfbglkpjdofjbficnlhdolanoifpedhk
विवरण 极简番茄钟🍅 TomatoTimer is a flexible and easy to use online Pomodoro Technique Timer.
फ़ाइल का आकार 69.27 KB
स्थापना संख्या 211
वर्तमान संस्करण 1.9.1
अंतिम अपडेट 2022-04-11
प्रकाशन तिथि 2022-01-05
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर dayuan
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TomatoTimer(\u756a\u8304\u949f)",
    "description": "\u6781\u7b80\u756a\u8304\u949f\ud83c\udf45 TomatoTimer is a flexible and easy to use online Pomodoro Technique Timer.",
    "version": "1.9.1",
    "author": "dayuan",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "notifications",
        "browser_action"
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/start16.png",
            "32": "\/images\/start32.png",
            "48": "\/images\/start48.png",
            "128": "\/images\/start128.png"
        }
    },
    "icons": {
        "16": "\/images\/start16.png",
        "32": "\/images\/start32.png",
        "48": "\/images\/start48.png",
        "128": "\/images\/start128.png"
    }
}