Tiny Kitchen
Integration with the Tiny Kitchen web app
Apa itu Tiny Kitchen?
Tiny Kitchen adalah ekstensi Chrome yang dikembangkan oleh kaitmore, dan fitur utamanya adalah "Integration with the Tiny Kitchen web app".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Tiny Kitchen
Unduh file ekstensi Tiny Kitchen dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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!
Informasi Dasar Ekstensi
Nama | Tiny Kitchen |
ID | pgpcblkokcddbnlifngkfpjanehlpaoi |
URL Resmi | https://chromewebstore.google.com/detail/tiny-kitchen/pgpcblkokcddbnlifngkfpjanehlpaoi |
Deskripsi | Integration with the Tiny Kitchen web app |
Ukuran File | 44.08 KB |
Jumlah Instalasi | 17 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2017-08-22 |
Tanggal Publikasi | 2017-08-22 |
Penilaian | 4.00/5 Total 3 Penilaian |
Pengembang | kaitmore |
Tipe Pembayaran | free |
Situs Ekstensi | http://tiny-kitchen.herokuapp.com |
Bahasa yang Didukung | 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\/" ] } |