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
电子邮箱 [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": [
                "*:\/\/*\/*"
            ]
        }
    ]
}