Tiny Kitchen

Integration with the Tiny Kitchen web app

Co je Tiny Kitchen?

Tiny Kitchen je rozšíření Chrome vyvinuté kaitmore, a jeho hlavní funkcí je „Integration with the Tiny Kitchen web app“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Tiny Kitchen

Stáhněte si soubory rozšíření Tiny Kitchen ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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!                    

Základní Informace o Rozšíření

Název Tiny Kitchen Tiny Kitchen
ID pgpcblkokcddbnlifngkfpjanehlpaoi
Oficiální URL https://chromewebstore.google.com/detail/tiny-kitchen/pgpcblkokcddbnlifngkfpjanehlpaoi
Popis Integration with the Tiny Kitchen web app
Velikost souboru 44.08 KB
Počet instalací 17
Aktuální Verze 1.0
Poslední Aktualizace 2017-08-22
Datum Vydání 2017-08-22
Hodnocení 4.00/5 Celkem 3 Hodnocení
Vývojář kaitmore
Typ Platby free
Webové stránky Rozšíření http://tiny-kitchen.herokuapp.com
Podporované Jazyky 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\/"
    ]
}