Tiny Kitchen
Integration with the Tiny Kitchen web app
Cos'è Tiny Kitchen?
Tiny Kitchen è un'estensione di Chrome sviluppata da kaitmore, e la sua funzione principale è "Integration with the Tiny Kitchen web app".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Tiny Kitchen
Scarica i file di estensione Tiny Kitchen in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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!
Informazioni di Base sull'Estensione
Nome | Tiny Kitchen |
ID | pgpcblkokcddbnlifngkfpjanehlpaoi |
URL Ufficiale | https://chromewebstore.google.com/detail/tiny-kitchen/pgpcblkokcddbnlifngkfpjanehlpaoi |
Descrizione | Integration with the Tiny Kitchen web app |
Dimensione del File | 44.08 KB |
Conteggio Installazioni | 17 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2017-08-22 |
Data di Pubblicazione | 2017-08-22 |
Valutazione | 4.00/5 Totale 3 Valutazioni |
Sviluppatore | kaitmore |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://tiny-kitchen.herokuapp.com |
Lingue Supportate | 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\/" ] } |