Quick Unit Converter

Quickly convert different units with instant results, making your online experience simpler and more convenient.

Quick Unit Converterとは何ですか?

Quick Unit ConverterはVu Leによって開発されたChromeの拡張機能で、その主な機能は「Quickly convert different units with instant results, making your online experience simpler and more convenient.」です。

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

screenshot

Quick Unit Converter拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        The Ultimate Unit Converter Chrome Extension is a powerful tool designed to simplify your online experience by providing quick and efficient unit conversions right at your fingertips. With this extension, you can bid farewell to manual calculations and tedious searches for conversion tables.

Using our user-friendly interface, you can effortlessly convert between a wide range of units in various categories, including length, weight, temperature, volume, time, and more. Simply type the text or value you want to convert, and our extension will instantly display the converted result in real-time.                    

拡張機能の基本情報

名前 Quick Unit Converter Quick Unit Converter
ID lidpjcjphjancjegopimhioapbpcadhe
公式URL https://chromewebstore.google.com/detail/quick-unit-converter/lidpjcjphjancjegopimhioapbpcadhe
説明 Quickly convert different units with instant results, making your online experience simpler and more convenient.
ファイルサイズ 126 KB
インストール数 108
現在のバージョン 1.0.1
最終更新日 2023-06-15
公開日 2023-06-15
評価 3.00/5 合計 2 レビュー
開発者 Vu Le
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Quick Unit Converter",
    "version": "1.0.1",
    "description": "Quickly convert different units with instant results, making your online experience simpler and more convenient.",
    "action": {
        "default_popup": "src\/pages\/popup\/index.html",
        "default_icon": "icon-34.png"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "content_scripts": [],
    "devtools_page": "src\/pages\/devtools\/index.html",
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/js\/*.js",
                "assets\/css\/*.css",
                "icon-128.png",
                "icon-34.png"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ]
}