cinc.kitchen Recipe Importer

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

Apa itu cinc.kitchen Recipe Importer?

cinc.kitchen Recipe Importer adalah ekstensi Chrome yang dikembangkan oleh https://www.cinc.kitchen, dan fitur utamanya adalah "Import recipes into cinc.kitchen from around the web. Just visit a page with a recipe and click the icon.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi cinc.kitchen Recipe Importer

Unduh file ekstensi cinc.kitchen Recipe Importer dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                                            

Informasi Dasar Ekstensi

Nama cinc.kitchen Recipe Importer cinc.kitchen Recipe Importer
ID bgfpngmmnfogkbjpaliehfdobkeakoke
URL Resmi https://chromewebstore.google.com/detail/cinckitchen-recipe-import/bgfpngmmnfogkbjpaliehfdobkeakoke
Deskripsi Import recipes into cinc.kitchen from around the web. Just visit a page with a recipe and click the icon.
Ukuran File 117 KB
Jumlah Instalasi 60
Versi Saat Ini 1.0.2
Terakhir Diperbarui 2017-06-23
Tanggal Publikasi 2017-06-23
Penilaian 4.00/5 Total 1 Penilaian
Pengembang https://www.cinc.kitchen
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://www.cinc.kitchen
Bahasa yang Didukung 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"
    ]
}