Tiny Kitchen
Integration with the Tiny Kitchen web app
Τι είναι το Tiny Kitchen;
Το Tiny Kitchen είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον kaitmore, και η κύρια λειτουργία του είναι "Integration with the Tiny Kitchen web app".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Tiny Kitchen
Λήψη αρχείων επέκτασης Tiny Kitchen σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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!
Βασικές Πληροφορίες Επέκτασης
Όνομα | Tiny Kitchen |
ID | pgpcblkokcddbnlifngkfpjanehlpaoi |
Επίσημο URL | https://chromewebstore.google.com/detail/tiny-kitchen/pgpcblkokcddbnlifngkfpjanehlpaoi |
Περιγραφή | Integration with the Tiny Kitchen web app |
Μέγεθος Αρχείου | 44.08 KB |
Αριθμός Εγκαταστάσεων | 17 |
Τρέχουσα Έκδοση | 1.0 |
Τελευταία Ενημέρωση | 2017-08-22 |
Ημερομηνία Δημοσίευσης | 2017-08-22 |
Αξιολόγηση | 4.00/5 Συνολικά 3 Αξιολογήσεις |
Προγραμματιστής | kaitmore |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | http://tiny-kitchen.herokuapp.com |
Υποστηριζόμενες Γλώσσες | 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\/" ] } |