Tomato Pie
A new UI for Pomodoro Technique. Peek into your working status with ease
Tomato Pieとは何ですか?
Tomato Pieはhttp://t9t.ioによって開発されたChromeの拡張機能で、その主な機能は「A new UI for Pomodoro Technique. Peek into your working status with ease」です。
拡張機能のスクリーンショット
Tomato Pie拡張機能のCRXファイルをダウンロード
Tomato Pie拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Features - start new tomato from TODO - red part: 25 minutes for one tomato - green part: 5 minutes for rest - show tomatoes of last 12 hours on clock - view tomato history on calendar - override default page for new tab - indicate time on the extension icon - get notifications when a tomato is finished Source code and more introductions: - https://github.com/t9tio/tomato-pie
拡張機能の基本情報
名前 | |
ID | gffgechdocgfajkbpinmjjjlkjfjampi |
公式URL | https://chrome.google.com/webstore/detail/tomato-pie/gffgechdocgfajkbpinmjjjlkjfjampi |
説明 | A new UI for Pomodoro Technique. Peek into your working status with ease |
ファイルサイズ | 68.03 KB |
インストール数 | 1,000 |
現在のバージョン | 2.8 |
最終更新日 | 2019-10-22 |
公開日 | 2019-10-22 |
評価 | 4.27/5 合計 11 レビュー |
開発者 | http://t9t.io |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/t9tio/tomato-pie |
ヘルプページのURL | https://github.com/t9tio/tomato-pie/issues |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "author": "timqian", "homepage_url": "https:\/\/github.com\/t9tio\/tomato-pie", "name": "Tomato Pie", "description": "A new UI for Pomodoro Technique. Peek into your working status with ease", "version": "2.8", "icons": { "128": "assets\/tomato.png" }, "browser_action": { "default_icon": "assets\/tomato.png" }, "permissions": [ "tabs", "storage", "notifications", "background" ], "background": { "scripts": [ "background.js" ] }, "chrome_url_overrides": { "newtab": "index.html" } } |