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 |
官方網址 | 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\/" ] } |