cinc.kitchen Recipe Importer

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

Cos'è cinc.kitchen Recipe Importer?

cinc.kitchen Recipe Importer è un'estensione di Chrome sviluppata da https://www.cinc.kitchen, e la sua funzione principale è "Import recipes into cinc.kitchen from around the web. Just visit a page with a recipe and click the icon.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione cinc.kitchen Recipe Importer

Scarica i file di estensione cinc.kitchen Recipe Importer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                                            

Informazioni di Base sull'Estensione

Nome cinc.kitchen Recipe Importer cinc.kitchen Recipe Importer
ID bgfpngmmnfogkbjpaliehfdobkeakoke
URL Ufficiale https://chromewebstore.google.com/detail/cinckitchen-recipe-import/bgfpngmmnfogkbjpaliehfdobkeakoke
Descrizione Import recipes into cinc.kitchen from around the web. Just visit a page with a recipe and click the icon.
Dimensione del File 117 KB
Conteggio Installazioni 60
Versione Corrente 1.0.2
Ultimo Aggiornamento 2017-06-23
Data di Pubblicazione 2017-06-23
Valutazione 4.00/5 Totale 1 Valutazioni
Sviluppatore https://www.cinc.kitchen
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.cinc.kitchen
Lingue Supportate 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"
    ]
}