PomoTab
A Pomodoro Timer in each new tab.
PomoTabとは何ですか?
PomoTabはhttps://andyjgao.comによって開発されたChromeの拡張機能で、その主な機能は「A Pomodoro Timer in each new tab.」です。
拡張機能のスクリーンショット
PomoTab拡張機能のCRXファイルをダウンロード
PomoTab拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This Chrome Extensions creates a new Pomodoro Timer with every new tab. The Pomodoro Technique is a proven productivity technique where you set aside 25 minutes to focus on a specific task undisturbed. Once completed, you then take a break for 5 minutes. This technique will help: - Handle interruptions - Improve motivation by improving the content of work - Create clear separations between work and play - Productivity
拡張機能の基本情報
名前 | PomoTab |
ID | dbpkgeidmoofficdjjpikfachonamakh |
公式URL | https://chromewebstore.google.com/detail/pomotab/dbpkgeidmoofficdjjpikfachonamakh |
説明 | A Pomodoro Timer in each new tab. |
ファイルサイズ | 505 KB |
インストール数 | 37 |
現在のバージョン | 1.0.1 |
最終更新日 | 2020-05-05 |
公開日 | 2020-05-05 |
評価 | 5.00/5 合計 4 レビュー |
開発者 | https://andyjgao.com |
支払い方法 | free |
拡張機能のウェブサイト | https://andyjgao.com/projects/pomotab |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "PomoTab", "author": "Andy J Gao", "version": "1.0.1", "description": "A Pomodoro Timer in each new tab.", "icons": { "16": "16.png", "48": "48.png", "128": "128.png" }, "chrome_url_overrides": { "newtab": "index.html" } } |