cinc.kitchen Recipe Importer

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

Τι είναι το cinc.kitchen Recipe Importer;

Το cinc.kitchen Recipe Importer είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.cinc.kitchen, και η κύρια λειτουργία του είναι "Import recipes into cinc.kitchen from around the web. Just visit a page with a recipe and click the icon.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης cinc.kitchen Recipe Importer

Λήψη αρχείων επέκτασης cinc.kitchen Recipe Importer σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                                            

Βασικές Πληροφορίες Επέκτασης

Όνομα cinc.kitchen Recipe Importer cinc.kitchen Recipe Importer
ID bgfpngmmnfogkbjpaliehfdobkeakoke
Επίσημο URL https://chromewebstore.google.com/detail/cinckitchen-recipe-import/bgfpngmmnfogkbjpaliehfdobkeakoke
Περιγραφή Import recipes into cinc.kitchen from around the web. Just visit a page with a recipe and click the icon.
Μέγεθος Αρχείου 117 KB
Αριθμός Εγκαταστάσεων 60
Τρέχουσα Έκδοση 1.0.2
Τελευταία Ενημέρωση 2017-06-23
Ημερομηνία Δημοσίευσης 2017-06-23
Αξιολόγηση 4.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής https://www.cinc.kitchen
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.cinc.kitchen
Υποστηριζόμενες Γλώσσες 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"
    ]
}