Tiny Kitchen
Integration with the Tiny Kitchen web app
O que é Tiny Kitchen?
Tiny Kitchen é uma extensão do Chrome desenvolvida por kaitmore, e sua principal característica é "Integration with the Tiny Kitchen web app".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Tiny Kitchen
Baixe arquivos de extensão Tiny Kitchen no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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!
Informações Básicas da Extensão
Nome | Tiny Kitchen |
ID | pgpcblkokcddbnlifngkfpjanehlpaoi |
URL Oficial | https://chromewebstore.google.com/detail/tiny-kitchen/pgpcblkokcddbnlifngkfpjanehlpaoi |
Descrição | Integration with the Tiny Kitchen web app |
Tamanho do Arquivo | 44.08 KB |
Contagem de Instalações | 17 |
Versão Atual | 1.0 |
Última Atualização | 2017-08-22 |
Data de Publicação | 2017-08-22 |
Classificação | 4.00/5 Total de 3 Avaliações |
Desenvolvedor | kaitmore |
Tipo de Pagamento | free |
Site da Extensão | http://tiny-kitchen.herokuapp.com |
Idiomas Suportados | 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\/" ] } |