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 to jest cinc.kitchen Recipe Importer?

cinc.kitchen Recipe Importer to rozszerzenie Chrome opracowane przez https://www.cinc.kitchen, a jego główną funkcją jest „Import recipes into cinc.kitchen from around the web. Just visit a page with a recipe and click the icon.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia cinc.kitchen Recipe Importer

Pobierz pliki rozszerzeń cinc.kitchen Recipe Importer w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                                            

Podstawowe informacje o rozszerzeniu

Nazwa cinc.kitchen Recipe Importer cinc.kitchen Recipe Importer
ID bgfpngmmnfogkbjpaliehfdobkeakoke
Oficjalny URL https://chromewebstore.google.com/detail/cinckitchen-recipe-import/bgfpngmmnfogkbjpaliehfdobkeakoke
Opis Import recipes into cinc.kitchen from around the web. Just visit a page with a recipe and click the icon.
Rozmiar pliku 117 KB
Liczba instalacji 60
Aktualna Wersja 1.0.2
Ostatnia Aktualizacja 2017-06-23
Data Publikacji 2017-06-23
Ocena 4.00/5 Łącznie 1 Oceny
Deweloper https://www.cinc.kitchen
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.cinc.kitchen
Obsługiwane Języki 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"
    ]
}