Tiny Kitchen
Integration with the Tiny Kitchen web app
What is Tiny Kitchen?
Tiny Kitchen is a Chrome extension developed by kaitmore, and its main feature is "Integration with the Tiny Kitchen web app".
Extension Screenshots
Download Tiny Kitchen Extension CRX File
Download Tiny Kitchen extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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!
Extension Basic Information
Name | Tiny Kitchen |
ID | pgpcblkokcddbnlifngkfpjanehlpaoi |
Official URL | https://chromewebstore.google.com/detail/tiny-kitchen/pgpcblkokcddbnlifngkfpjanehlpaoi |
Description | Integration with the Tiny Kitchen web app |
File Size | 44.08 KB |
Installation Count | 17 |
Current Version | 1.0 |
Last Updated | 2017-08-22 |
Publish Date | 2017-08-22 |
Rating | 4.00/5 Total 3 Ratings |
Developer | kaitmore |
Payment Type | free |
Extension Website | http://tiny-kitchen.herokuapp.com |
Supported Languages | 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\/" ] } |