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ファイルをダウンロード

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
Eメール [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"
}