Pomodoro Timer

Use the time. Work and rest.

Pomodoro Timerとは何ですか?

Pomodoro TimerはLOCAJANSによって開発されたChromeの拡張機能で、その主な機能は「Use the time. Work and rest.」です。

拡張機能のスクリーンショット

screenshot

Pomodoro Timer拡張機能のCRXファイルをダウンロード

Pomodoro Timer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Pomodoro Timer - Pomodoro Clock - Use the time. Work and rest.                    

拡張機能の基本情報

名前 Pomodoro Timer Pomodoro Timer
ID lfbmbmjkmjmhdjgpkfjchfehgdpfglml
公式URL https://chromewebstore.google.com/detail/pomodoro-timer/lfbmbmjkmjmhdjgpkfjchfehgdpfglml
説明 Use the time. Work and rest.
ファイルサイズ 123 KB
インストール数 482
現在のバージョン 1.0
最終更新日 2018-07-05
公開日 2018-07-05
評価 1.00/5 合計 2 レビュー
開発者 LOCAJANS
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト http://locajans.com
ヘルプページのURL http://locajans.com
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "1.0",
    "name": "Pomodoro Timer",
    "description": "Use the time. Work and rest.",
    "icons": {
        "16": "images\/16.png",
        "24": "images\/24.png",
        "32": "images\/32.png",
        "128": "images\/128.png"
    },
    "browser_action": {
        "default_popup": "index.html"
    },
    "background": {
        "scripts": [
            "OneSignal.js",
            "background.js"
        ]
    },
    "permissions": [
        "background",
        "https:\/\/locajans.com\/"
    ]
}