COOKmate

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

Wat is COOKmate?

COOKmate is een Chrome-extensie ontwikkeld door Maadinfo Services, en de belangrijkste functie is "Store all your favorite recipes in one place! COOKmate is a recipe manager with search and import features.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie COOKmate

Download COOKmate-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam COOKmate COOKmate
ID ldbehgakcmbdalmpdfjedahogegmgpba
Officiële URL https://chromewebstore.google.com/detail/cookmate/ldbehgakcmbdalmpdfjedahogegmgpba
Beschrijving Store all your favorite recipes in one place! COOKmate is a recipe manager with search and import features.
Bestandsgrootte 35.4 KB
Aantal Installaties 1,601
Huidige Versie 1.3
Laatst Bijgewerkt 2022-08-08
Publicatiedatum 2019-05-06
Beoordeling 4.00/5 Totaal 3 Beoordelingen
Ontwikkelaar Maadinfo Services
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.cookmate.online
Help Pagina-URL https://www.cookmate.support
URL van de Privacybeleid Pagina https://www.cookmate.online/privacy
Ondersteunde Talen 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"
}