Yellow Tomato — Pomodoro Timer & Site Blocker
A simple timer for the Pomodoro technique that allows you to block distracting sites while running.
Yellow Tomato — Pomodoro Timer & Site Blockerคืออะไร?
Yellow Tomato — Pomodoro Timer & Site Blocker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://productive.fish และคุณลักษณะหลักของมันคือ "A simple timer for the Pomodoro technique that allows you to block distracting sites while running."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Yellow Tomato — Pomodoro Timer & Site Blocker
ดาวน์โหลดไฟล์ส่วนขยาย Yellow Tomato — Pomodoro Timer & Site Blocker ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Yellow Tomato is a Chrome extension that helps you implement the Pomodoro technique, a highly effective time management method that can boost your productivity and focus. With Yellow Tomato, you can divide your work into intervals and take short breaks in between, ensuring that you stay fresh and energized throughout the day. Once the timer runs out, Yellow Tomato sends a notification to your screen, reminding you to take a well-deserved break before diving into the next productive Pomodoro session. FEATURES: - Counts Pomodoro time that you set. - Displays the amount of finished timers. - Counts the break time. - Can block distracting sites that you specify in Settings - NEW!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Yellow Tomato — Pomodoro Timer & Site Blocker |
ID | oeadnackbbpmhlefkdcpeknplmcbhnbj |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/yellow-tomato-%E2%80%94-pomodoro/oeadnackbbpmhlefkdcpeknplmcbhnbj |
คำอธิบาย | A simple timer for the Pomodoro technique that allows you to block distracting sites while running. |
ขนาดไฟล์ | 751 KB |
จำนวนการติดตั้ง | 409 |
เวอร์ชันปัจจุบัน | 1.1.6 |
อัปเดตครั้งล่าสุด | 2024-02-26 |
วันที่เผยแพร่ | 2022-08-16 |
คะแนน | 5.00/5 รวมทั้งหมด 5 คะแนน |
ผู้พัฒนา | https://productive.fish |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://productive.fish/pomodoro-timer/ |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Yellow Tomato \u2014 Pomodoro Timer & Site Blocker", "version": "1.1.6", "description": "A simple timer for the Pomodoro technique that allows you to block distracting sites while running.", "author": "Productive Fish", "icons": { "16": "icons\/16\/icon16.png", "32": "icons\/32\/icon32.png", "48": "icons\/48\/icon48.png", "128": "icons\/128\/icon128.png" }, "action": { "default_popup": "index.html" }, "background": { "service_worker": "background.main.js" }, "permissions": [ "storage", "alarms", "notifications", "tabs" ], "web_accessible_resources": [ { "resources": [ "block.html" ], "matches": [ " |