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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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\/" ] } |