Tomato Pie

A new UI for Pomodoro Technique. Peek into your working status with ease

Tomato Pieคืออะไร?

Tomato Pie เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://t9t.io และคุณลักษณะหลักของมันคือ "A new UI for Pomodoro Technique. Peek into your working status with ease"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Tomato Pie

ดาวน์โหลดไฟล์ส่วนขยาย 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                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Tomato Pie 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
อีเมล [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"
    }
}