Tiny Kitchen

Integration with the Tiny Kitchen web app

Что такое Tiny Kitchen?

Tiny Kitchen - это расширение Chrome, разработанное kaitmore, и его основная функция - "Integration with the Tiny Kitchen web app".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения Tiny Kitchen

Скачайте файлы расширений Tiny Kitchen в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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!                    

Основная информация о расширении

Название Tiny Kitchen Tiny Kitchen
ID pgpcblkokcddbnlifngkfpjanehlpaoi
Официальный URL https://chromewebstore.google.com/detail/tiny-kitchen/pgpcblkokcddbnlifngkfpjanehlpaoi
Описание Integration with the Tiny Kitchen web app
Размер файла 44.08 KB
Количество установок 17
Текущая Версия 1.0
Последнее Обновление 2017-08-22
Дата публикации 2017-08-22
Рейтинг 4.00/5 Всего 3 оценок
Разработчик kaitmore
Тип оплаты free
Официальный сайт расширения http://tiny-kitchen.herokuapp.com
Поддерживаемые языки 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\/"
    ]
}