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
公式URL 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
Eメール [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
}