Tiny Kitchen
Integration with the Tiny Kitchen web app
Vad är Tiny Kitchen?
Tiny Kitchen är en Chrome-tillägg utvecklad av kaitmore, och dess huvudfunktion är "Integration with the Tiny Kitchen web app".
Tilläggsskärmbilder
Ladda ner Tiny Kitchen-förlängningens CRX-fil
Ladda ner Tiny Kitchen-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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!
Grundläggande Information om Tillägg
Namn | Tiny Kitchen |
ID | pgpcblkokcddbnlifngkfpjanehlpaoi |
Officiell webbadress | https://chromewebstore.google.com/detail/tiny-kitchen/pgpcblkokcddbnlifngkfpjanehlpaoi |
Beskrivning | Integration with the Tiny Kitchen web app |
Filstorlek | 44.08 KB |
Antal Installationer | 17 |
Aktuell Version | 1.0 |
Senast Uppdaterad | 2017-08-22 |
Publiceringsdatum | 2017-08-22 |
Betyg | 4.00/5 Totalt 3 Betyg |
Utvecklare | kaitmore |
Betalningssätt | free |
Tilläggswebbplats | http://tiny-kitchen.herokuapp.com |
Stödda Språk | 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\/" ] } |