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