Tiny Kitchen
Integration with the Tiny Kitchen web app
Tiny Kitchen là gì?
Tiny Kitchen là một tiện ích mở rộng Chrome được phát triển bởi kaitmore, và tính năng chính của nó là "Integration with the Tiny Kitchen web app".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Tiny Kitchen
Tải xuống các tệp mở rộng Tiny Kitchen dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Tiny Kitchen |
ID | pgpcblkokcddbnlifngkfpjanehlpaoi |
URL Chính Thức | https://chromewebstore.google.com/detail/tiny-kitchen/pgpcblkokcddbnlifngkfpjanehlpaoi |
Mô tả | Integration with the Tiny Kitchen web app |
Kích Thước Tệp | 44.08 KB |
Số Lần Cài Đặt | 17 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2017-08-22 |
Ngày Phát Hành | 2017-08-22 |
Đánh Giá | 4.00/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | kaitmore |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://tiny-kitchen.herokuapp.com |
Ngôn Ngữ Được Hỗ Trợ | 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\/" ] } |