Tea Timer
This extension is a simple timer (mostly used for tea infusion)
Tea Timerคืออะไร?
Tea Timer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย daniele.armellini และคุณลักษณะหลักของมันคือ "This extension is a simple timer (mostly used for tea infusion)"
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Tea Timer
ดาวน์โหลดไฟล์ส่วนขยาย Tea Timer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Tea Timer |
ID | jpabmnfmofgmaabbhjifhnkjoaepmkpb |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/tea-timer/jpabmnfmofgmaabbhjifhnkjoaepmkpb |
คำอธิบาย | This extension is a simple timer (mostly used for tea infusion) |
ขนาดไฟล์ | 36.87 KB |
จำนวนการติดตั้ง | 48 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2017-11-01 |
วันที่เผยแพร่ | 2017-11-01 |
คะแนน | 4.70/5 รวมทั้งหมด 10 คะแนน |
ผู้พัฒนา | daniele.armellini |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tea Timer", "short_name": "Tea Timer", "description": "This extension is a simple timer (mostly used for tea infusion)", "version": "1.0", "author": "Daniele Armellini", "icons": { "128": "tea-ended.png" }, "browser_action": { "default_icon": "tea-normal.png", "default_popup": "popup.html", "default_title": "Click here!" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "notifications", "storage" ] } |