Unit Converter

Easily convert length, area, volume and other units

Unit Converterคืออะไร?

Unit Converter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://quickrr.com และคุณลักษณะหลักของมันคือ "Easily convert length, area, volume and other units"

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

screenshot

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

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

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

                        Simple & quick unit converter. 
Easily convert length, temperature, area, volume, weight and speed between units of measurement.


Chrome productivity extensions by http://quickrr.com                    

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

ชื่อ Unit Converter Unit Converter
ID ngiiaodmkjellommopgjfedfleidaagp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/unit-converter/ngiiaodmkjellommopgjfedfleidaagp
คำอธิบาย Easily convert length, area, volume and other units
ขนาดไฟล์ 95.99 KB
จำนวนการติดตั้ง 3,161
เวอร์ชันปัจจุบัน 2.0
อัปเดตครั้งล่าสุด 2015-03-25
วันที่เผยแพร่ 2015-03-25
คะแนน 3.74/5 รวมทั้งหมด 35 คะแนน
ผู้พัฒนา https://quickrr.com
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://quickrr.com
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "page": "background.html"
    },
    "name": "Unit Converter",
    "version": "2.0",
    "manifest_version": 2,
    "description": " Easily convert length, area, volume and other units",
    "browser_action": {
        "default_icon": "uc_19.png",
        "default_popup": "popup.htm",
        "default_title": "Unit Converter"
    },
    "icons": {
        "128": "uc_128.png",
        "48": "uc_48.png",
        "16": "uc_16.png"
    }
}