TomatoTimer(番茄钟)

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

什麼是TomatoTimer(番茄钟)?

TomatoTimer(番茄钟)是由dayuan開發的Chrome擴展程式,該擴展的主要功能是“极简番茄钟🍅 TomatoTimer is a flexible and easy to use online Pomodoro Technique Timer.”。

擴展截圖

screenshot
screenshot

下載TomatoTimer(番茄钟)擴展crx文件

下載TomatoTimer(番茄钟)擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

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