calories calculator

Calories calculator

calories calculatorคืออะไร?

calories calculator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://sieutinh.com และคุณลักษณะหลักของมันคือ "Calories calculator"

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

screenshot

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

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

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

                        Tính chỉ số calories cơ thể cần thiết mỗi ngày.
Ứng dụng giúp tính toán chỉ số Calories cần thiết mỗi ngày, tính nhanh và đưa ra chỉ số chính xác giúp bạn có thể nắm được lượng năng lượng cần thiết mỗi ngày.                    

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

ชื่อ calories calculator calories calculator
ID nmgibjlpkmgmccjbihlfkinoenohmbcd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/calories-calculator/nmgibjlpkmgmccjbihlfkinoenohmbcd
คำอธิบาย Calories calculator
ขนาดไฟล์ 163 KB
จำนวนการติดตั้ง 33
เวอร์ชันปัจจุบัน 0.0.2
อัปเดตครั้งล่าสุด 2020-09-24
วันที่เผยแพร่ 2020-09-23
ผู้พัฒนา https://sieutinh.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://sieutinh.com/tinh-luong-calo-can-thiet-trong-ngay
URL หน้าช่วยเหลือ https://sieutinh.com/lien-he
URL หน้านโยบายความเป็นส่วนตัว https://sieutinh.com/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "0.0.2",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "permissions": [],
    "browser_action": {
        "default_icon": {
            "19": "images\/icon-19.png",
            "38": "images\/icon-38.png"
        },
        "default_title": "calories calculator",
        "default_popup": "popup.html"
    }
}