Pomodoro Timer

Pomodoro Timer App

Pomodoro Timerとは何ですか?

Pomodoro Timerはfrekans7によって開発されたChromeの拡張機能で、その主な機能は「Pomodoro Timer App」です。

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

screenshot
screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        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 Francesco Cirillo.

The Pomodoro Technique is a time management method developed by Francesco Cirillo in the late 1980s. The technique uses a timer to break down work into intervals, traditionally 25 minutes in length, separated by short breaks. These intervals are named pomodoros.
— Pomodoro Technique, Wikipedia

Pomodoro ™ and Pomodoro Technique ® are registered trademarks of Francesco Cirillo. This app is not affiliated with Francesco Cirillo.

Features of the application

* Responsive design
* Color transition
* Audio notification
* Light/Dark theme

A timer to use the Pomodoro Technique                    

拡張機能の基本情報

名前 Pomodoro Timer Pomodoro Timer
ID gnljbloihakcbnldjgjkgikbgehkphig
公式URL https://chromewebstore.google.com/detail/pomodoro-timer/gnljbloihakcbnldjgjkgikbgehkphig
説明 Pomodoro Timer App
ファイルサイズ 645 KB
インストール数 1,002
現在のバージョン 1.2
最終更新日 2022-04-05
公開日 2020-04-29
評価 4.00/5 合計 3 レビュー
開発者 frekans7
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/frekans7/pomodoro-timer
ヘルプページのURL https://github.com/frekans7/pomodoro-timer
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Pomodoro Timer",
    "author": "@frekans7",
    "description": "Pomodoro Timer App",
    "version": "1.2",
    "icons": {
        "16": "pomodoro.png",
        "48": "pomodoro.png",
        "128": "pomodoro.png"
    },
    "background": {
        "service_worker": "chrome\/background.js"
    },
    "action": {
        "default_title": "Pomodoro",
        "default_icon": "pomodoro.png"
    },
    "permissions": [
        "notifications"
    ]
}