Tiny Kitchen
Integration with the Tiny Kitchen web app
Tiny Kitchenคืออะไร?
Tiny Kitchen เป็นส่วนขยายของ Chrome ที่พัฒนาโดย kaitmore และคุณลักษณะหลักของมันคือ "Integration with the Tiny Kitchen web app"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Tiny Kitchen
ดาวน์โหลดไฟล์ส่วนขยาย Tiny Kitchen ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
The Tiny Kitchen chrome extension lets users scrape recipes from any blog or website and store them in our web app. Tiny Kitchen features Mochi, your personal cooking assistant. Once you upload a recipe, you can enter cooking mode, where Mochi will read your recipe to you step by step. You can control him with voice commands, ask conversion questions, and set timers. No more trying to find your place in a recipe when your hands are dirty!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Tiny Kitchen |
ID | pgpcblkokcddbnlifngkfpjanehlpaoi |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/tiny-kitchen/pgpcblkokcddbnlifngkfpjanehlpaoi |
คำอธิบาย | Integration with the Tiny Kitchen web app |
ขนาดไฟล์ | 44.08 KB |
จำนวนการติดตั้ง | 17 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2017-08-22 |
วันที่เผยแพร่ | 2017-08-22 |
คะแนน | 4.00/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | kaitmore |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://tiny-kitchen.herokuapp.com |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tiny Kitchen", "description": "Integration with the Tiny Kitchen web app", "version": "1.0", "browser_action": { "default_icon": "icon128.png" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "scripts": [ "jquery.js", "background.js" ], "persistent": false }, "permissions": [ "activeTab", "tabs", "http:\/\/localhost:8080\/" ] } |