Pomodoro Timer: To Boost Your Productivity

Use the pomodoro technique to boost your productivity. This is a simple timer that helps keep you on track as you work.

什麼是Pomodoro Timer: To Boost Your Productivity?

Pomodoro Timer: To Boost Your Productivity是由Dhruv Jobanputra開發的Chrome擴展程式,該擴展的主要功能是“Use the pomodoro technique to boost your productivity. This is a simple timer that helps keep you on track as you work.”。

擴展截圖

screenshot
screenshot
screenshot

下載Pomodoro Timer: To Boost Your Productivity擴展crx文件

下載Pomodoro Timer: To Boost Your Productivity擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Have an easy to use Pomodoro Timer in your chrome extension. Keep track of how long you have been working and get alerted when it is time to take a break or go back into action. The Pomodoro technique is an effective way to boost your productivity and this chrome extension is the perfect helper for it.                    

擴展基本資訊

名稱 Pomodoro Timer: To Boost Your Productivity Pomodoro Timer: To Boost Your Productivity
ID cimgfefpecjidchfhanhmhbgkcjoiipj
官方網址 https://chromewebstore.google.com/detail/pomodoro-timer-to-boost-y/cimgfefpecjidchfhanhmhbgkcjoiipj
簡介 Use the pomodoro technique to boost your productivity. This is a simple timer that helps keep you on track as you work.
檔案大小 161 KB
安裝次數 46
目前版本 0.1
更新時間 2022-01-18
上架時間 2022-01-17
評分 5.00/5 共 1 次評分
開發者 Dhruv Jobanputra
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Pomodoro Timer: To Boost Your Productivity",
    "description": "Use the pomodoro technique to boost your productivity. This is a simple timer that helps keep you on track as you work.",
    "version": "0.1",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "notifications"
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/tomato16.png",
            "32": "\/images\/tomato32.png",
            "48": "\/images\/tomato48.png",
            "128": "\/images\/tomato128.png"
        }
    },
    "web_accessible_resources": [
        "\/images\/tomato128.png"
    ],
    "icons": {
        "16": "\/images\/tomato16.png",
        "32": "\/images\/tomato32.png",
        "48": "\/images\/tomato48.png",
        "128": "\/images\/tomato128.png"
    }
}