MasterCook

MasterCook Recipe Analytics, Meal Planning & Storage

MasterCookคืออะไร?

MasterCook เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ValuSoft Finance LLC และคุณลักษณะหลักของมันคือ "MasterCook Recipe Analytics, Meal Planning & Storage"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย MasterCook

ดาวน์โหลดไฟล์ส่วนขยาย MasterCook ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        The MasterCook.com web importer allows you to capture text as recipes to your private account at MasterCook.com.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ MasterCook MasterCook
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"
    }
}