Tiny Kitchen

Integration with the Tiny Kitchen web app

Tiny Kitchen क्या है?

Tiny Kitchen kaitmore द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Integration with the Tiny Kitchen web app"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Tiny Kitchen एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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