COOKmate

Store all your favorite recipes in one place! COOKmate is a recipe manager with search and import features.

Was ist COOKmate?

COOKmate ist eine Chrome-Erweiterung, die von Maadinfo Services entwickelt wurde, und ihr Hauptmerkmal ist "Store all your favorite recipes in one place! COOKmate is a recipe manager with search and import features.".

Erweiterungsscreenshots

screenshot

COOKmate-Erweiterungs-CRX-Datei herunterladen

Laden Sie COOKmate-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Build your private cookbook by gathering recipes on the web and using the import features.

Use this extension to import your favorite recipes into your personal cookbook Cookmate  https://www.cookmate.online                    

Grundlegende Informationen zur Erweiterung

Name COOKmate COOKmate
ID ldbehgakcmbdalmpdfjedahogegmgpba
Offizielle URL https://chromewebstore.google.com/detail/cookmate/ldbehgakcmbdalmpdfjedahogegmgpba
Beschreibung Store all your favorite recipes in one place! COOKmate is a recipe manager with search and import features.
Dateigröße 35.4 KB
Installationsanzahl 1,601
Aktuelle Version 1.3
Letztes Update 2022-08-08
Veröffentlichungsdatum 2019-05-06
Bewertung 4.00/5 Insgesamt 3 Bewertungen
Entwickler Maadinfo Services
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.cookmate.online
Hilfeseite URL https://www.cookmate.support
URL der Datenschutzrichtlinien-Seite https://www.cookmate.online/privacy
Unterstützte Sprachen de,en,fr,nl,es,it,hu,pt-BR,pt-PT,ro,sk,fi,bg,ru,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "COOKmate",
    "version": "1.3",
    "author": "Maadinfo Services",
    "description": "Store all your favorite recipes in one place! COOKmate is a recipe manager with search and import features.",
    "permissions": [
        "activeTab",
        "cookies"
    ],
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "action": {
        "default_popup": "popup.html",
        "default_title": "Import recipe to COOKmate",
        "default_icon": {
            "16": "images\/cookmate-16.png",
            "20": "images\/cookmate-20.png",
            "32": "images\/cookmate-32.png",
            "40": "images\/cookmate-40.png",
            "48": "images\/cookmate-48.png",
            "128": "images\/cookmate-128.png"
        }
    },
    "icons": {
        "16": "images\/cookmate-16.png",
        "32": "images\/cookmate-32.png",
        "48": "images\/cookmate-48.png",
        "128": "images\/cookmate-128.png"
    },
    "manifest_version": 3,
    "default_locale": "en"
}