cinc.kitchen Recipe Importer

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

Wat is cinc.kitchen Recipe Importer?

cinc.kitchen Recipe Importer is een Chrome-extensie ontwikkeld door https://www.cinc.kitchen, en de belangrijkste functie is "Import recipes into cinc.kitchen from around the web. Just visit a page with a recipe and click the icon.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie cinc.kitchen Recipe Importer

Download cinc.kitchen Recipe Importer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                                            

Basisinformatie over de Extensie

Naam cinc.kitchen Recipe Importer cinc.kitchen Recipe Importer
ID bgfpngmmnfogkbjpaliehfdobkeakoke
Officiële URL https://chromewebstore.google.com/detail/cinckitchen-recipe-import/bgfpngmmnfogkbjpaliehfdobkeakoke
Beschrijving Import recipes into cinc.kitchen from around the web. Just visit a page with a recipe and click the icon.
Bestandsgrootte 117 KB
Aantal Installaties 60
Huidige Versie 1.0.2
Laatst Bijgewerkt 2017-06-23
Publicatiedatum 2017-06-23
Beoordeling 4.00/5 Totaal 1 Beoordelingen
Ontwikkelaar https://www.cinc.kitchen
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.cinc.kitchen
Ondersteunde Talen 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"
    ]
}