Volume To Weight Recipe Conversion

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

What is Volume To Weight Recipe Conversion?

Volume To Weight Recipe Conversion is a Chrome extension developed by devadam, and its main feature is "Simple recipe conversion chrome extension. The extension converts volumetric measurements to grams and displays them in the webpage.".

Extension Screenshots

screenshot

Download Volume To Weight Recipe Conversion Extension CRX File

Download Volume To Weight Recipe Conversion extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Volume To Weight Recipe Conversion Volume To Weight Recipe Conversion
ID cdjaefbbocehjhjifmjpmjdabbnnngpo
Official URL https://chromewebstore.google.com/detail/volume-to-weight-recipe-c/cdjaefbbocehjhjifmjpmjdabbnnngpo
Description Simple recipe conversion chrome extension. The extension converts volumetric measurements to grams and displays them in the webpage.
File Size 23.25 KB
Installation Count 27
Current Version 1.1
Last Updated 2021-02-24
Publish Date 2021-02-16
Rating 3.67/5 Total 3 Ratings
Developer devadam
Email [email protected]
Payment Type free
Supported Languages 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"
            ]
        }
    ]
}