Unit Converter

Easy to use Unit Converter

Unit Converterคืออะไร?

Unit Converter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย dtuit และคุณลักษณะหลักของมันคือ "Easy to use Unit Converter"

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

screenshot
screenshot

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

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

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

                        •Unit converter will convert your units quick and simple.

•Choose your preferred category and units on the options page.

•Currently supports many common units in the categories of Temperature, Length, Mass, Speed, Volume, Area, Fuel consumption, Time and Digital Storage,
 
[NEW] Added categories
Energy, Power, Force, Electric Current.
[NEW]
Supports Fractional Inputs

More categories and units to come.

source code available on github: https://github.com/dtuit/UnitConverter-ChromeExt                    

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

ชื่อ Unit Converter Unit Converter
ID igjeajmonjofckmiheidpmebpmdbbiam
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/unit-converter/igjeajmonjofckmiheidpmebpmdbbiam
คำอธิบาย Easy to use Unit Converter
ขนาดไฟล์ 63.2 KB
จำนวนการติดตั้ง 10,000
เวอร์ชันปัจจุบัน 0.0.0.5
อัปเดตครั้งล่าสุด 2015-11-30
วันที่เผยแพร่ 2015-11-30
คะแนน 4.23/5 รวมทั้งหมด 70 คะแนน
ผู้พัฒนา dtuit
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Unit Converter",
    "description": "Easy to use Unit Converter",
    "version": "0.0.0.5",
    "icons": {
        "16": "icons\/Units-icon24.png",
        "48": "icons\/Units-icon48.png",
        "128": "icons\/Units-icon128.png"
    },
    "options_page": "options.html",
    "browser_action": {
        "default_icon": "icons\/Units-icon48.png",
        "default_popup": "unitConverter.html"
    }
}