Measurements units converter

Measurement system convert tool

Measurements units converterとは何ですか?

Measurements units converterはviktorpatraboiによって開発されたChromeの拡張機能で、その主な機能は「Measurement system convert tool」です。

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

screenshot
screenshot

Measurements units converter拡張機能のCRXファイルをダウンロード

Measurements units converter拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Plugin for automatic conversion of measurements units from the metric system to imperial and vice versa.

Converts units in page automatically.

Supports converting the following:
- length(metric <-> imperial)
- weight(metric <-> imperial)
- temperature(Celsius <-> Fahrenheit)
- volume (metric <-> imperial)                    

拡張機能の基本情報

名前 Measurements units converter Measurements units converter
ID ldnkgcpeljjhpfkpapknhjhnninfelga
公式URL https://chromewebstore.google.com/detail/measurements-units-conver/ldnkgcpeljjhpfkpapknhjhnninfelga
説明 Measurement system convert tool
ファイルサイズ 15.53 KB
インストール数 19
現在のバージョン 0.1
最終更新日 2023-07-10
公開日 2022-02-13
開発者 viktorpatraboi
Eメール [email protected]
支払い方法 free
ヘルプページのURL https://github.com/okedo
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Measurements units converter",
    "description": "Measurement system convert tool",
    "version": "0.1",
    "manifest_version": 3,
    "icons": {
        "16": ".\/assets\/icon16.png",
        "48": ".\/assets\/icon48.png",
        "128": ".\/assets\/icon128.png"
    },
    "permissions": [
        "storage"
    ],
    "action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content-script.js"
            ]
        }
    ]
}