Volume To Weight Recipe Conversion

Simple recipe conversion chrome extension. The extension converts volumetric measurements to grams and displays them in the webpage.

Volume To Weight Recipe Conversionคืออะไร?

Volume To Weight Recipe Conversion เป็นส่วนขยายของ Chrome ที่พัฒนาโดย devadam และคุณลักษณะหลักของมันคือ "Simple recipe conversion chrome extension. The extension converts volumetric measurements to grams and displays them in the webpage."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Volume To Weight Recipe Conversion

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

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

                        Simple recipe conversion chrome extension. The extension converts volumetric measurements to grams and displays them in the webpage.                    

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

ชื่อ Volume To Weight Recipe Conversion Volume To Weight Recipe Conversion
ID cdjaefbbocehjhjifmjpmjdabbnnngpo
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/volume-to-weight-recipe-c/cdjaefbbocehjhjifmjpmjdabbnnngpo
คำอธิบาย Simple recipe conversion chrome extension. The extension converts volumetric measurements to grams and displays them in the webpage.
ขนาดไฟล์ 23.25 KB
จำนวนการติดตั้ง 27
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2021-02-24
วันที่เผยแพร่ 2021-02-16
คะแนน 3.67/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา devadam
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Volume To Weight Recipe Conversion",
    "version": "1.1",
    "manifest_version": 2,
    "icons": {
        "128": "logo128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contents.js"
            ]
        }
    ]
}