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 هو إضافة Chrome تم تطويرها بواسطة 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 للإضافة cinc.kitchen Recipe Importer

قم بتنزيل ملفات الامتداد cinc.kitchen Recipe Importer بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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"
    ]
}