MasterCook
MasterCook Recipe Analytics, Meal Planning & Storage
什么是MasterCook?
MasterCook是由ValuSoft Finance LLC开发的Chrome扩展程序,该扩展的主要功能是“MasterCook Recipe Analytics, Meal Planning & Storage”。
扩展截图
下载MasterCook扩展crx文件
下载MasterCook扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
The MasterCook.com web importer allows you to capture text as recipes to your private account at MasterCook.com. 扩展基本信息
| 名称 | |
| ID | cjlemnmgimcdhhaphaecileladgedmhf |
| 官方URL | https://chromewebstore.google.com/detail/mastercook/cjlemnmgimcdhhaphaecileladgedmhf |
| 简介 | MasterCook Recipe Analytics, Meal Planning & Storage |
| 文件大小 | 3.28 MB |
| 安装次数 | 4,364 |
| 当前版本 | 2.0.1 |
| 更新时间 | 2023-10-17 |
| 上架时间 | 2020-10-22 |
| 评分 | 3.41/5 共17次评分 |
| 开发者 | ValuSoft Finance LLC |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://www.mastercook.com |
| 帮助页面URL | http://support.mastercook.com/ |
| 隐私政策页面URL | https://www.mastercook.com/privacy-policy |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "MasterCook",
"version": "2.0.1",
"description": "MasterCook Recipe Analytics, Meal Planning & Storage",
"manifest_version": 2,
"content_security_policy": "script-src 'self'; object-src 'self'",
"browser_action": {
"default_icon": "assets\/images\/MasterCookLogo-small.png",
"default_popup": "index.html"
},
"icons": {
"16": "assets\/images\/MasterCookLogo-small.png",
"32": "assets\/images\/MasterCookLogo-small.png",
"48": "assets\/images\/MasterCookLogo-small.png",
"128": "assets\/images\/MasterCookLogo-small.png"
},
"permissions": [
"activeTab",
"https:\/\/www.mastercook.com\/",
"https:\/\/staging.mastercook.com\/",
"http:\/\/staging.mastercook.com\/",
"https:\/\/qa.mastercook.com\/",
"http:\/\/qa.mastercook.com\/",
"http:\/\/api.mastercook.com\/",
"https:\/\/api.mastercook.com\/",
"http:\/\/*\/",
"contextMenus",
"clipboardWrite",
"clipboardRead"
],
"background": {
"persistent": true,
"page": "background.html"
}
} | |