Tiny Kitchen
Integration with the Tiny Kitchen web app
什么是Tiny Kitchen?
Tiny Kitchen是由kaitmore开发的Chrome扩展程序,该扩展的主要功能是“Integration with the Tiny Kitchen web app”。
扩展截图
下载Tiny Kitchen扩展crx文件
下载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\/" ] } |