Metric to Imperial Converter

This extension allows the user to convert dimensions between imperial and metric.

Metric to Imperial Converterคืออะไร?

Metric to Imperial Converter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย RJ Richter และคุณลักษณะหลักของมันคือ "This extension allows the user to convert dimensions between imperial and metric."

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

screenshot

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

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

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

                        Want to convert inches to millimeters or centimeters?  This tool allows the user to convert dimensions between imperial and metric in a quick and simple way.                    

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

ชื่อ Metric to Imperial Converter Metric to Imperial Converter
ID hmlgbjphkkebdhpefpmkklhgndbccejm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/metric-to-imperial-conver/hmlgbjphkkebdhpefpmkklhgndbccejm
คำอธิบาย This extension allows the user to convert dimensions between imperial and metric.
ขนาดไฟล์ 263 KB
จำนวนการติดตั้ง 112
เวอร์ชันปัจจุบัน 1.2.00
อัปเดตครั้งล่าสุด 2022-03-23
วันที่เผยแพร่ 2021-05-19
ผู้พัฒนา RJ Richter
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://docs.google.com/document/d/1u_AbvdQO_90Ic5DO6F8-UKuB5FK9U87TnrfNtqrbGHw/edit?usp=sharing
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Metric to Imperial Converter",
    "short_name": "Metric to Imperial Converter",
    "description": "This extension allows the user to convert dimensions between imperial and metric.",
    "version": "1.2.00",
    "author": "RjR",
    "options_page": "options.html",
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "browser_action": {
        "default_title": "Metric to Imperial Converter",
        "default_icon": "img\/tools-16-128.png",
        "default_popup": "popup.html"
    }
}