Tomato Pie
A new UI for Pomodoro Technique. Peek into your working status with ease
Tomato Pie là gì?
Tomato Pie là một tiện ích mở rộng Chrome được phát triển bởi http://t9t.io, và tính năng chính của nó là "A new UI for Pomodoro Technique. Peek into your working status with ease".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Tomato Pie
Tải xuống các tệp mở rộng Tomato Pie dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | gffgechdocgfajkbpinmjjjlkjfjampi |
URL Chính Thức | https://chrome.google.com/webstore/detail/tomato-pie/gffgechdocgfajkbpinmjjjlkjfjampi |
Mô tả | A new UI for Pomodoro Technique. Peek into your working status with ease |
Kích Thước Tệp | 68.03 KB |
Số Lần Cài Đặt | 1,000 |
Phiên Bản Hiện Tại | 2.8 |
Cập Nhật Lần Cuối | 2019-10-22 |
Ngày Phát Hành | 2019-10-22 |
Đánh Giá | 4.27/5 Tổng số 11 Đánh Giá |
Nhà Phát Triển | http://t9t.io |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/t9tio/tomato-pie |
URL Trang Trợ Giúp | https://github.com/t9tio/tomato-pie/issues |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |