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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
            ]
        }
    ]
}