cinc.kitchen Recipe Importer

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

Vad är cinc.kitchen Recipe Importer?

cinc.kitchen Recipe Importer är en Chrome-tillägg utvecklad av https://www.cinc.kitchen, och dess huvudfunktion är "Import recipes into cinc.kitchen from around the web. Just visit a page with a recipe and click the icon.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner cinc.kitchen Recipe Importer-förlängningens CRX-fil

Ladda ner cinc.kitchen Recipe Importer-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                                            

Grundläggande Information om Tillägg

Namn cinc.kitchen Recipe Importer cinc.kitchen Recipe Importer
ID bgfpngmmnfogkbjpaliehfdobkeakoke
Officiell webbadress https://chromewebstore.google.com/detail/cinckitchen-recipe-import/bgfpngmmnfogkbjpaliehfdobkeakoke
Beskrivning Import recipes into cinc.kitchen from around the web. Just visit a page with a recipe and click the icon.
Filstorlek 117 KB
Antal Installationer 60
Aktuell Version 1.0.2
Senast Uppdaterad 2017-06-23
Publiceringsdatum 2017-06-23
Betyg 4.00/5 Totalt 1 Betyg
Utvecklare https://www.cinc.kitchen
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://www.cinc.kitchen
Stödda Språk 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"
    ]
}