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.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة COOKmate
قم بتنزيل ملفات الامتداد COOKmate بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
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 |
عنوان صفحة المساعدة | https://www.cookmate.support |
عنوان صفحة سياسة الخصوصية | 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" } |