Pomodoro Clock

A simple Pomodoro Clock app that works on a desktop!

Pomodoro Clockとは何ですか?

Pomodoro Clockはhttps://www.codehemu.comによって開発されたChromeの拡張機能で、その主な機能は「A simple Pomodoro Clock app that works on a desktop!」です。

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

screenshot
screenshot

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

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

拡張機能の使用方法

                        Pomofocus is a customizable pomodoro timer that works on desktop & mobile browser. The aim of this app is to help you focus on any task you are working on, such as study, writing, or coding. This app is inspired by Pomodoro Technique which is a time management method developed by Codehemu.                    

拡張機能の基本情報

名前 Pomodoro Clock Pomodoro Clock
ID ekfhggljofnkhmiannmagaaaohohmfdh
公式URL https://chromewebstore.google.com/detail/pomodoro-clock/ekfhggljofnkhmiannmagaaaohohmfdh
説明 A simple Pomodoro Clock app that works on a desktop!
ファイルサイズ 2.41 MB
インストール数 547
現在のバージョン 1.2
最終更新日 2022-08-16
公開日 2022-08-16
評価 5.00/5 合計 1 レビュー
開発者 https://www.codehemu.com
Eメール [email protected]
支払い方法 free
ヘルプページのURL https://www.codehemu.com/p/form.html
プライバシーポリシーページのURL https://www.codehemu.com/p/privacy-policy.html
対応言語 en,en-GB,en-US,es,ru,zh-CN,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_icon": {
            "16": "data\/icons\/16.png",
            "32": "data\/icons\/32.png",
            "48": "data\/icons\/48.png",
            "64": "data\/icons\/64.png"
        },
        "default_popup": "data\/interface\/index.html?popup",
        "default_title": "__MSG_app_name__"
    },
    "background": {
        "service_worker": "background.js"
    },
    "default_locale": "en",
    "description": "__MSG_app_description__",
    "homepage_url": "https:\/\/www.codehemu.com\/p\/donate.html",
    "icons": {
        "128": "data\/icons\/128.png",
        "16": "data\/icons\/16.png",
        "32": "data\/icons\/32.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png"
    },
    "manifest_version": 3,
    "name": "__MSG_app_name__",
    "permissions": [
        "storage"
    ],
    "short_name": "drum-pad",
    "version": "1.2"
}