cinc.kitchen Recipe Importer

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

Co je cinc.kitchen Recipe Importer?

cinc.kitchen Recipe Importer je rozšíření Chrome vyvinuté https://www.cinc.kitchen, a jeho hlavní funkcí je „Import recipes into cinc.kitchen from around the web. Just visit a page with a recipe and click the icon.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření cinc.kitchen Recipe Importer

Stáhněte si soubory rozšíření cinc.kitchen Recipe Importer ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                                            

Základní Informace o Rozšíření

Název cinc.kitchen Recipe Importer cinc.kitchen Recipe Importer
ID bgfpngmmnfogkbjpaliehfdobkeakoke
Oficiální URL https://chromewebstore.google.com/detail/cinckitchen-recipe-import/bgfpngmmnfogkbjpaliehfdobkeakoke
Popis Import recipes into cinc.kitchen from around the web. Just visit a page with a recipe and click the icon.
Velikost souboru 117 KB
Počet instalací 60
Aktuální Verze 1.0.2
Poslední Aktualizace 2017-06-23
Datum Vydání 2017-06-23
Hodnocení 4.00/5 Celkem 1 Hodnocení
Vývojář https://www.cinc.kitchen
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://www.cinc.kitchen
Podporované Jazyky 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"
    ]
}