Unit Convert Selection

Do unit conversion conveniently at the current selected text

Unit Convert Selection là gì?

Unit Convert Selection là một tiện ích mở rộng Chrome được phát triển bởi Mark Kuo, và tính năng chính của nó là "Do unit conversion conveniently at the current selected text".

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

screenshot
screenshot

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

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

                        Select any text by mouse which includes a quantity (in Arabic numerals) with a unit, this "Unit Convert Selection" will automatically convert it to all supported units by displaying a bubble floating around the selected text. It's quick and easy. There is no need to select "from" and "to" in other conventional unit conversion tools.

Unit conversion is done by "converts-unit" utility at https://github.com/ben-ng/convert-units                    

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

Tên Unit Convert Selection Unit Convert Selection
ID ibdppaaieeojldgandjjlmjfbnjiciji
URL Chính Thức https://chromewebstore.google.com/detail/unit-convert-selection/ibdppaaieeojldgandjjlmjfbnjiciji
Mô tả Do unit conversion conveniently at the current selected text
Kích Thước Tệp 1.32 MB
Số Lần Cài Đặt 711
Phiên Bản Hiện Tại 1.0.3
Cập Nhật Lần Cuối 2018-02-13
Ngày Phát Hành 2018-02-12
Đánh Giá 3.29/5 Tổng số 7 Đánh Giá
Nhà Phát Triển Mark Kuo
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",
    "name": "Unit Convert Selection",
    "short_name": "unitconv_sel",
    "version": "1.0.3",
    "description": "Do unit conversion conveniently at the current selected text",
    "permissions": [
        ""
    ],
    "browser_action": {
        "default_icon": "UnitConvertSel19.png",
        "default_title": "Unit Convert Selection"
    },
    "minimum_chrome_version": "14",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "all_frames": true,
            "run_at": "document_end",
            "css": [
                "content_script.css"
            ],
            "js": [
                "lodash.js",
                "convert-units\/definitions\/angle.js",
                "convert-units\/definitions\/apparentPower.js",
                "convert-units\/definitions\/area.js",
                "convert-units\/definitions\/current.js",
                "convert-units\/definitions\/digital.js",
                "convert-units\/definitions\/each.js",
                "convert-units\/definitions\/energy.js",
                "convert-units\/definitions\/frequency.js",
                "convert-units\/definitions\/illuminance.js",
                "convert-units\/definitions\/length.js",
                "convert-units\/definitions\/mass.js",
                "convert-units\/definitions\/pace.js",
                "convert-units\/definitions\/partsPer.js",
                "convert-units\/definitions\/power.js",
                "convert-units\/definitions\/pressure.js",
                "convert-units\/definitions\/reactiveEnergy.js",
                "convert-units\/definitions\/reactivePower.js",
                "convert-units\/definitions\/speed.js",
                "convert-units\/definitions\/temperature.js",
                "convert-units\/definitions\/time.js",
                "convert-units\/definitions\/voltage.js",
                "convert-units\/definitions\/volume.js",
                "convert-units\/definitions\/volumeFlowRate.js",
                "convert-units\/index.js",
                "unit_convert.js",
                "content_script.js"
            ]
        }
    ],
    "icons": {
        "16": "UnitConvertSel16.png",
        "48": "UnitConvertSel48.png",
        "128": "UnitConvertSel128.png",
        "256": "UnitConvertSel256.png"
    },
    "manifest_version": 2
}