EasyConvert

Converts units in page automatically

EasyConvert là gì?

EasyConvert là một tiện ích mở rộng Chrome được phát triển bởi deanvh1, và tính năng chính của nó là "Converts units in page automatically".

Ả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 EasyConvert

Tải xuống các tệp mở rộng EasyConvert 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

                        Automatically convert units directly in your page! No need to waste time searching for conversions or to convert each measurement one-by-one.

This extension is in development and currently supports converting the following:
-kilograms to pounds
-kilometers to miles
-meters to feet
-Celsius to Fahrenheit                    

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

Tên EasyConvert EasyConvert
ID ajpcobkenlncoifnbhfilognklogkolj
URL Chính Thức https://chromewebstore.google.com/detail/easyconvert/ajpcobkenlncoifnbhfilognklogkolj
Mô tả Converts units in page automatically
Kích Thước Tệp 27.75 KB
Số Lần Cài Đặt 74
Phiên Bản Hiện Tại 1.1.2
Cập Nhật Lần Cuối 2018-10-05
Ngày Phát Hành 2018-10-05
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển deanvh1
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "js": [
                "content_script.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "description": "Converts units in page automatically",
    "manifest_version": 2,
    "name": "EasyConvert",
    "version": "1.1.2",
    "browser_action": {
        "default_icon": "convert.png",
        "default_title": "EasyConvert!",
        "default_popup": "popup.html"
    }
}