Tiny Kitchen

Integration with the Tiny Kitchen web app

Was ist Tiny Kitchen?

Tiny Kitchen ist eine Chrome-Erweiterung, die von kaitmore entwickelt wurde, und ihr Hauptmerkmal ist "Integration with the Tiny Kitchen web app".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

Tiny Kitchen-Erweiterungs-CRX-Datei herunterladen

Laden Sie Tiny Kitchen-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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!                    

Grundlegende Informationen zur Erweiterung

Name Tiny Kitchen Tiny Kitchen
ID pgpcblkokcddbnlifngkfpjanehlpaoi
Offizielle URL https://chromewebstore.google.com/detail/tiny-kitchen/pgpcblkokcddbnlifngkfpjanehlpaoi
Beschreibung Integration with the Tiny Kitchen web app
Dateigröße 44.08 KB
Installationsanzahl 17
Aktuelle Version 1.0
Letztes Update 2017-08-22
Veröffentlichungsdatum 2017-08-22
Bewertung 4.00/5 Insgesamt 3 Bewertungen
Entwickler kaitmore
Zahlungsart free
Erweiterungswebsite http://tiny-kitchen.herokuapp.com
Unterstützte Sprachen 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\/"
    ]
}