Tiny Kitchen

Integration with the Tiny Kitchen web app

Tiny Kitchenとは何ですか?

Tiny Kitchenはkaitmoreによって開発されたChromeの拡張機能で、その主な機能は「Integration with the Tiny Kitchen web app」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

Tiny Kitchen拡張機能のCRXファイルをダウンロード

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\/"
    ]
}