COOKmate
Store all your favorite recipes in one place! COOKmate is a recipe manager with search and import features.
COOKmate là gì?
COOKmate là một tiện ích mở rộng Chrome được phát triển bởi Maadinfo Services, và tính năng chính của nó là "Store all your favorite recipes in one place! COOKmate is a recipe manager with search and import features.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng COOKmate
Tải xuống các tệp mở rộng COOKmate dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | COOKmate |
ID | ldbehgakcmbdalmpdfjedahogegmgpba |
URL Chính Thức | https://chromewebstore.google.com/detail/cookmate/ldbehgakcmbdalmpdfjedahogegmgpba |
Mô tả | Store all your favorite recipes in one place! COOKmate is a recipe manager with search and import features. |
Kích Thước Tệp | 35.4 KB |
Số Lần Cài Đặt | 1,601 |
Phiên Bản Hiện Tại | 1.3 |
Cập Nhật Lần Cuối | 2022-08-08 |
Ngày Phát Hành | 2019-05-06 |
Đánh Giá | 4.00/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | Maadinfo Services |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.cookmate.online |
URL Trang Trợ Giúp | https://www.cookmate.support |
URL Trang Chính Sách Bảo Mật | https://www.cookmate.online/privacy |
Ngôn Ngữ Được Hỗ Trợ | 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" } |