COOKmate

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

COOKmate란 무엇입니까?

COOKmate은(는) Maadinfo Services에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Store all your favorite recipes in one place! COOKmate is a recipe manager with search and import features."입니다.

확장 프로그램 스크린샷

screenshot

COOKmate 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 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"
}