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
电子邮箱 [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"
}