Quick Unit Converter

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

Quick Unit Converter là gì?

Quick Unit Converter là một tiện ích mở rộng Chrome được phát triển bởi Vu Le, và tính năng chính của nó là "Quickly convert different units with instant results, making your online experience simpler and more convenient.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Quick Unit Converter

Tải xuống các tệp mở rộng Quick Unit Converter dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Quick Unit Converter Quick Unit Converter
ID lidpjcjphjancjegopimhioapbpcadhe
URL Chính Thức https://chromewebstore.google.com/detail/quick-unit-converter/lidpjcjphjancjegopimhioapbpcadhe
Mô tả Quickly convert different units with instant results, making your online experience simpler and more convenient.
Kích Thước Tệp 126 KB
Số Lần Cài Đặt 108
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2023-06-15
Ngày Phát Hành 2023-06-15
Đánh Giá 3.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Vu Le
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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": [
                "*:\/\/*\/*"
            ]
        }
    ]
}