cinc.kitchen Recipe Importer

Import recipes into cinc.kitchen from around the web. Just visit a page with a recipe and click the icon.

cinc.kitchen Recipe Importer क्या है?

cinc.kitchen Recipe Importer https://www.cinc.kitchen द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Import recipes into cinc.kitchen from around the web. Just visit a page with a recipe and click the icon."।

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

screenshot
screenshot

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

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

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

                                            

एक्सटेंशन की मूल जानकारी

नाम cinc.kitchen Recipe Importer cinc.kitchen Recipe Importer
ID bgfpngmmnfogkbjpaliehfdobkeakoke
आधिकारिक URL https://chromewebstore.google.com/detail/cinckitchen-recipe-import/bgfpngmmnfogkbjpaliehfdobkeakoke
विवरण Import recipes into cinc.kitchen from around the web. Just visit a page with a recipe and click the icon.
फ़ाइल का आकार 117 KB
स्थापना संख्या 60
वर्तमान संस्करण 1.0.2
अंतिम अपडेट 2017-06-23
प्रकाशन तिथि 2017-06-23
रेटिंग 4.00/5 कुल 1 रेटिंग्स
डेवलपर https://www.cinc.kitchen
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.cinc.kitchen
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "cinc.kitchen Recipe Importer",
    "description": "Import recipes into cinc.kitchen from around the web. Just visit a page with a recipe and click the icon.",
    "version": "1.0.2",
    "browser_action": {
        "default_icon": "icon-128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "permissions": [
        "webRequest",
        "",
        "background",
        "tabs"
    ]
}