Metric to Imperial Converter

This extension allows the user to convert dimensions between imperial and metric.

Metric to Imperial Converterとは何ですか?

Metric to Imperial ConverterはRJ Richterによって開発されたChromeの拡張機能で、その主な機能は「This extension allows the user to convert dimensions between imperial and metric.」です。

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

screenshot

Metric to Imperial Converter拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Want to convert inches to millimeters or centimeters?  This tool allows the user to convert dimensions between imperial and metric in a quick and simple way.                    

拡張機能の基本情報

名前 Metric to Imperial Converter Metric to Imperial Converter
ID hmlgbjphkkebdhpefpmkklhgndbccejm
公式URL https://chromewebstore.google.com/detail/metric-to-imperial-conver/hmlgbjphkkebdhpefpmkklhgndbccejm
説明 This extension allows the user to convert dimensions between imperial and metric.
ファイルサイズ 263 KB
インストール数 112
現在のバージョン 1.2.00
最終更新日 2022-03-23
公開日 2021-05-19
開発者 RJ Richter
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://docs.google.com/document/d/1u_AbvdQO_90Ic5DO6F8-UKuB5FK9U87TnrfNtqrbGHw/edit?usp=sharing
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Metric to Imperial Converter",
    "short_name": "Metric to Imperial Converter",
    "description": "This extension allows the user to convert dimensions between imperial and metric.",
    "version": "1.2.00",
    "author": "RjR",
    "options_page": "options.html",
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "browser_action": {
        "default_title": "Metric to Imperial Converter",
        "default_icon": "img\/tools-16-128.png",
        "default_popup": "popup.html"
    }
}