Unit Convert Selection

Do unit conversion conveniently at the current selected text

Unit Convert Selectionคืออะไร?

Unit Convert Selection เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Mark Kuo และคุณลักษณะหลักของมันคือ "Do unit conversion conveniently at the current selected text"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Unit Convert Selection

ดาวน์โหลดไฟล์ส่วนขยาย Unit Convert Selection ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Unit Convert Selection Unit Convert Selection
ID ibdppaaieeojldgandjjlmjfbnjiciji
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/unit-convert-selection/ibdppaaieeojldgandjjlmjfbnjiciji
คำอธิบาย Do unit conversion conveniently at the current selected text
ขนาดไฟล์ 1.32 MB
จำนวนการติดตั้ง 711
เวอร์ชันปัจจุบัน 1.0.3
อัปเดตครั้งล่าสุด 2018-02-13
วันที่เผยแพร่ 2018-02-12
คะแนน 3.29/5 รวมทั้งหมด 7 คะแนน
ผู้พัฒนา Mark Kuo
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ 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
}