COOKmate

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

COOKmateคืออะไร?

COOKmate เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Maadinfo Services และคุณลักษณะหลักของมันคือ "Store all your favorite recipes in one place! COOKmate is a recipe manager with search and import features."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย COOKmate

ดาวน์โหลดไฟล์ส่วนขยาย COOKmate ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ COOKmate COOKmate
ID ldbehgakcmbdalmpdfjedahogegmgpba
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/cookmate/ldbehgakcmbdalmpdfjedahogegmgpba
คำอธิบาย Store all your favorite recipes in one place! COOKmate is a recipe manager with search and import features.
ขนาดไฟล์ 35.4 KB
จำนวนการติดตั้ง 1,601
เวอร์ชันปัจจุบัน 1.3
อัปเดตครั้งล่าสุด 2022-08-08
วันที่เผยแพร่ 2019-05-06
คะแนน 4.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา Maadinfo Services
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.cookmate.online
URL หน้าช่วยเหลือ https://www.cookmate.support
URL หน้านโยบายความเป็นส่วนตัว https://www.cookmate.online/privacy
ภาษาที่รองรับ 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"
}