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
官方網址 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"
}