cinc.kitchen Recipe Importer

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

Qu'est-ce que cinc.kitchen Recipe Importer ?

cinc.kitchen Recipe Importer est une extension Chrome développée par https://www.cinc.kitchen, et sa fonction principale est "Import recipes into cinc.kitchen from around the web. Just visit a page with a recipe and click the icon.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension cinc.kitchen Recipe Importer

Téléchargez les fichiers d'extension cinc.kitchen Recipe Importer au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                                            

Informations de Base sur l'Extension

Nom cinc.kitchen Recipe Importer cinc.kitchen Recipe Importer
ID bgfpngmmnfogkbjpaliehfdobkeakoke
URL Officiel https://chromewebstore.google.com/detail/cinckitchen-recipe-import/bgfpngmmnfogkbjpaliehfdobkeakoke
Description Import recipes into cinc.kitchen from around the web. Just visit a page with a recipe and click the icon.
Taille du Fichier 117 KB
Nombre d'Installations 60
Version Actuelle 1.0.2
Dernière Mise à Jour 2017-06-23
Date de Publication 2017-06-23
Évaluation 4.00/5 Total 1 Évaluations
Développeur https://www.cinc.kitchen
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.cinc.kitchen
Langues Prises en Charge 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"
    ]
}