Measurements units converter

Measurement system convert tool

Measurements units converterคืออะไร?

Measurements units converter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย viktorpatraboi และคุณลักษณะหลักของมันคือ "Measurement system convert tool"

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Measurements units converter

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

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

                        Plugin for automatic conversion of measurements units from the metric system to imperial and vice versa.

Converts units in page automatically.

Supports converting the following:
- length(metric <-> imperial)
- weight(metric <-> imperial)
- temperature(Celsius <-> Fahrenheit)
- volume (metric <-> imperial)                    

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

ชื่อ Measurements units converter Measurements units converter
ID ldnkgcpeljjhpfkpapknhjhnninfelga
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/measurements-units-conver/ldnkgcpeljjhpfkpapknhjhnninfelga
คำอธิบาย Measurement system convert tool
ขนาดไฟล์ 15.53 KB
จำนวนการติดตั้ง 19
เวอร์ชันปัจจุบัน 0.1
อัปเดตครั้งล่าสุด 2023-07-10
วันที่เผยแพร่ 2022-02-13
ผู้พัฒนา viktorpatraboi
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้าช่วยเหลือ https://github.com/okedo
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Measurements units converter",
    "description": "Measurement system convert tool",
    "version": "0.1",
    "manifest_version": 3,
    "icons": {
        "16": ".\/assets\/icon16.png",
        "48": ".\/assets\/icon48.png",
        "128": ".\/assets\/icon128.png"
    },
    "permissions": [
        "storage"
    ],
    "action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content-script.js"
            ]
        }
    ]
}