Calorie Calculator

This extension calculates calories when user selects food item(s)

Calorie Calculatorคืออะไร?

Calorie Calculator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย sagar.aj และคุณลักษณะหลักของมันคือ "This extension calculates calories when user selects food item(s)"

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

screenshot
screenshot

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

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

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

                        This extension calculates calorie when user selects the food item                    

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

ชื่อ Calorie Calculator Calorie Calculator
ID hplnjkppjclfjdgkjmdkiioodgoepmbn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/calorie-calculator/hplnjkppjclfjdgkjmdkiioodgoepmbn
คำอธิบาย This extension calculates calories when user selects food item(s)
ขนาดไฟล์ 46.61 KB
จำนวนการติดตั้ง 22
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2023-01-06
วันที่เผยแพร่ 2023-01-05
คะแนน 1.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา sagar.aj
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Calorie Calculator",
    "version": "1.0.0",
    "description": "This extension calculates calories when user selects food item(s)",
    "manifest_version": 3,
    "author": "Sagar Jani",
    "action": {
        "default_popup": "index.html",
        "default_title": "Calorie Calculator"
    },
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "dontknow.png",
        "32": "dontknow.png",
        "48": "dontknow.png",
        "128": "dontknow.png"
    },
    "permissions": [
        "scripting",
        "activeTab"
    ]
}