Volume To Weight Recipe Conversion

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

Vad är Volume To Weight Recipe Conversion?

Volume To Weight Recipe Conversion är en Chrome-tillägg utvecklad av devadam, och dess huvudfunktion är "Simple recipe conversion chrome extension. The extension converts volumetric measurements to grams and displays them in the webpage.".

Tilläggsskärmbilder

screenshot

Ladda ner Volume To Weight Recipe Conversion-förlängningens CRX-fil

Ladda ner Volume To Weight Recipe Conversion-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Volume To Weight Recipe Conversion Volume To Weight Recipe Conversion
ID cdjaefbbocehjhjifmjpmjdabbnnngpo
Officiell webbadress https://chromewebstore.google.com/detail/volume-to-weight-recipe-c/cdjaefbbocehjhjifmjpmjdabbnnngpo
Beskrivning Simple recipe conversion chrome extension. The extension converts volumetric measurements to grams and displays them in the webpage.
Filstorlek 23.25 KB
Antal Installationer 27
Aktuell Version 1.1
Senast Uppdaterad 2021-02-24
Publiceringsdatum 2021-02-16
Betyg 3.67/5 Totalt 3 Betyg
Utvecklare devadam
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
            ]
        }
    ]
}