COOKmate

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

Apa itu COOKmate?

COOKmate adalah ekstensi Chrome yang dikembangkan oleh Maadinfo Services, dan fitur utamanya adalah "Store all your favorite recipes in one place! COOKmate is a recipe manager with search and import features.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi COOKmate

Unduh file ekstensi COOKmate dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama COOKmate COOKmate
ID ldbehgakcmbdalmpdfjedahogegmgpba
URL Resmi https://chromewebstore.google.com/detail/cookmate/ldbehgakcmbdalmpdfjedahogegmgpba
Deskripsi Store all your favorite recipes in one place! COOKmate is a recipe manager with search and import features.
Ukuran File 35.4 KB
Jumlah Instalasi 1,601
Versi Saat Ini 1.3
Terakhir Diperbarui 2022-08-08
Tanggal Publikasi 2019-05-06
Penilaian 4.00/5 Total 3 Penilaian
Pengembang Maadinfo Services
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://www.cookmate.online
URL Halaman Bantuan https://www.cookmate.support
URL Halaman Kebijakan Privasi https://www.cookmate.online/privacy
Bahasa yang Didukung 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"
}