Length Converter

This extension will convert lengths (metric and imperial).

Length Converterคืออะไร?

Length Converter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย auburnpeachfuzz และคุณลักษณะหลักของมันคือ "This extension will convert lengths (metric and imperial)."

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

screenshot
screenshot

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

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

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

                        This extension converts units of length (includes both the metric and imperial systems).
Icon made by Freepik from www.flaticon.com                    

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

ชื่อ Length Converter Length Converter
ID gnmcakofhhbmljpocbklhdboifijfdmk
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/length-converter/gnmcakofhhbmljpocbklhdboifijfdmk
คำอธิบาย This extension will convert lengths (metric and imperial).
ขนาดไฟล์ 7.46 KB
จำนวนการติดตั้ง 102
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2018-05-31
วันที่เผยแพร่ 2018-05-31
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา auburnpeachfuzz
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Length Converter",
    "version": "1.0",
    "description": "This extension will convert lengths (metric and imperial).",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab"
    ]
}