Tiny Kitchen

Integration with the Tiny Kitchen web app

Wat is Tiny Kitchen?

Tiny Kitchen is een Chrome-extensie ontwikkeld door kaitmore, en de belangrijkste functie is "Integration with the Tiny Kitchen web app".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Tiny Kitchen

Download Tiny Kitchen-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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!                    

Basisinformatie over de Extensie

Naam Tiny Kitchen Tiny Kitchen
ID pgpcblkokcddbnlifngkfpjanehlpaoi
Officiële URL https://chromewebstore.google.com/detail/tiny-kitchen/pgpcblkokcddbnlifngkfpjanehlpaoi
Beschrijving Integration with the Tiny Kitchen web app
Bestandsgrootte 44.08 KB
Aantal Installaties 17
Huidige Versie 1.0
Laatst Bijgewerkt 2017-08-22
Publicatiedatum 2017-08-22
Beoordeling 4.00/5 Totaal 3 Beoordelingen
Ontwikkelaar kaitmore
Betalingswijze free
Extensiewebsite http://tiny-kitchen.herokuapp.com
Ondersteunde Talen 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\/"
    ]
}