Tiny Kitchen
Integration with the Tiny Kitchen web app
Qu'est-ce que Tiny Kitchen ?
Tiny Kitchen est une extension Chrome développée par kaitmore, et sa fonction principale est "Integration with the Tiny Kitchen web app".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Tiny Kitchen
Téléchargez les fichiers d'extension Tiny Kitchen au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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!
Informations de Base sur l'Extension
Nom | Tiny Kitchen |
ID | pgpcblkokcddbnlifngkfpjanehlpaoi |
URL Officiel | https://chromewebstore.google.com/detail/tiny-kitchen/pgpcblkokcddbnlifngkfpjanehlpaoi |
Description | Integration with the Tiny Kitchen web app |
Taille du Fichier | 44.08 KB |
Nombre d'Installations | 17 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2017-08-22 |
Date de Publication | 2017-08-22 |
Évaluation | 4.00/5 Total 3 Évaluations |
Développeur | kaitmore |
Type de Paiement | free |
Site Web de l'Extension | http://tiny-kitchen.herokuapp.com |
Langues Prises en Charge | 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\/" ] } |