Tiny Kitchen

Integration with the Tiny Kitchen web app

¿Qué es Tiny Kitchen?

Tiny Kitchen es una extensión de Chrome desarrollada por kaitmore, y su función principal es "Integration with the Tiny Kitchen web app".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Tiny Kitchen

Descarga archivos de extensión Tiny Kitchen en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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!                    

Información Básica de la Extensión

Nombre Tiny Kitchen Tiny Kitchen
ID pgpcblkokcddbnlifngkfpjanehlpaoi
URL Oficial https://chromewebstore.google.com/detail/tiny-kitchen/pgpcblkokcddbnlifngkfpjanehlpaoi
Descripción Integration with the Tiny Kitchen web app
Tamaño del Archivo 44.08 KB
Cantidad de Instalaciones 17
Versión Actual 1.0
Última Actualización 2017-08-22
Fecha de Publicación 2017-08-22
Calificación 4.00/5 Total de 3 Calificaciones
Desarrollador kaitmore
Tipo de Pago free
Sitio Web de la Extensión http://tiny-kitchen.herokuapp.com
Idiomas Soportados 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\/"
    ]
}