Talking tomato
Talking tomato
Talking tomatoคืออะไร?
Talking tomato เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Michael และคุณลักษณะหลักของมันคือ "Talking tomato"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Talking tomato
ดาวน์โหลดไฟล์ส่วนขยาย Talking tomato ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
It reminds you the remaining time by speaking to you, so that you don't have to check it all the time. "Game begins!" "20 minutes left" "15 minutes left" "10 minutes left" "5 minutes left" "1 minutes left" "30 seconds" "10 seconds" "5 seconds" "Game over!" You get the idea. PS. This is an open source extension. Bug reports or PRs are welcome. Please visit https://github.com/zjlovezj/pomodoro-sound
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Talking tomato |
ID | jnncibpplkdogfncechmdakddjbekolf |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/talking-tomato/jnncibpplkdogfncechmdakddjbekolf |
คำอธิบาย | Talking tomato |
ขนาดไฟล์ | 180 KB |
จำนวนการติดตั้ง | 110 |
เวอร์ชันปัจจุบัน | 0.0.9 |
อัปเดตครั้งล่าสุด | 2017-01-26 |
วันที่เผยแพร่ | 2017-01-26 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | Michael |
ประเภทการชำระเงิน | free |
URL หน้าช่วยเหลือ | https://github.com/zjlovezj/pomodoro-sound/issues |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.0.9", "name": "Talking tomato", "manifest_version": 2, "description": "Talking tomato", "browser_action": { "default_title": "Tomato", "default_popup": "popup.html" }, "icons": { "16": "img\/icon-16.png", "48": "img\/icon-48.png", "128": "img\/icon-128.png" }, "web_accessible_resources": [ "inject.html" ], "background": { "page": "background.html" }, "permissions": [ "contextMenus", "storage" ], "content_security_policy": "default-src 'self'; script-src 'self'; style-src * 'unsafe-inline'; img-src 'self' data:;" } |