PomoTimer

A seriously minimalistic Pomodoro timer

什麼是PomoTimer?

PomoTimer是由Marcus Johansson開發的Chrome擴展程式,該擴展的主要功能是“A seriously minimalistic Pomodoro timer”。

擴展截圖

screenshot

下載PomoTimer擴展crx文件

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

擴展使用說明

                        The Pomodoro technique is a great way to keep you focused. However, most Pomodoro tools are way too complex. This defeats the whole purpose of the technique. PomoTimer is probably the simplest and most minimalistic timer in the Chrome web store -- and that's how it should remain.                    

擴展基本資訊

名稱 PomoTimer PomoTimer
ID hefdcogdhfodpbcidnkecllmknddjghc
官方網址 https://chromewebstore.google.com/detail/pomotimer/hefdcogdhfodpbcidnkecllmknddjghc
簡介 A seriously minimalistic Pomodoro timer
檔案大小 34.59 KB
安裝次數 37
目前版本 1.0.1
更新時間 2020-04-17
上架時間 2020-04-17
開發者 Marcus Johansson
電子郵箱 [email protected]
付費類型 free
擴展官網 https://github.com/marcjoha/pomo-timer
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "PomoTimer",
    "version": "1.0.1",
    "description": "A seriously minimalistic Pomodoro timer",
    "manifest_version": 2,
    "icons": {
        "16": "gfx\/icon-16.png",
        "48": "gfx\/icon-48.png",
        "128": "gfx\/icon-128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "permissions": [
        "notifications"
    ],
    "browser_action": {
        "default_icon": "gfx\/icon-32.png",
        "default_title": "PomoTimer"
    },
    "offline_enabled": true
}