cinc.kitchen Recipe Importer

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

What is cinc.kitchen Recipe Importer?

cinc.kitchen Recipe Importer is a Chrome extension developed by https://www.cinc.kitchen, and its main feature is "Import recipes into cinc.kitchen from around the web. Just visit a page with a recipe and click the icon.".

Extension Screenshots

screenshot
screenshot

Download cinc.kitchen Recipe Importer Extension CRX File

Download cinc.kitchen Recipe Importer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                                            

Extension Basic Information

Name cinc.kitchen Recipe Importer cinc.kitchen Recipe Importer
ID bgfpngmmnfogkbjpaliehfdobkeakoke
Official URL https://chromewebstore.google.com/detail/cinckitchen-recipe-import/bgfpngmmnfogkbjpaliehfdobkeakoke
Description Import recipes into cinc.kitchen from around the web. Just visit a page with a recipe and click the icon.
File Size 117 KB
Installation Count 60
Current Version 1.0.2
Last Updated 2017-06-23
Publish Date 2017-06-23
Rating 4.00/5 Total 1 Ratings
Developer https://www.cinc.kitchen
Email [email protected]
Payment Type free
Extension Website https://www.cinc.kitchen
Supported Languages 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"
    ]
}