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はdevadamによって開発されたChromeの拡張機能で、その主な機能は「Simple recipe conversion chrome extension. The extension converts volumetric measurements to grams and displays them in the webpage.」です。

拡張機能のスクリーンショット

screenshot

Volume To Weight Recipe Conversion拡張機能のCRXファイルをダウンロード

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
Eメール [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"
            ]
        }
    ]
}