EasyConvert

Converts units in page automatically

EasyConvertคืออะไร?

EasyConvert เป็นส่วนขยายของ Chrome ที่พัฒนาโดย deanvh1 และคุณลักษณะหลักของมันคือ "Converts units in page automatically"

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

screenshot

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

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

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

                        Automatically convert units directly in your page! No need to waste time searching for conversions or to convert each measurement one-by-one.

This extension is in development and currently supports converting the following:
-kilograms to pounds
-kilometers to miles
-meters to feet
-Celsius to Fahrenheit                    

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

ชื่อ EasyConvert EasyConvert
ID ajpcobkenlncoifnbhfilognklogkolj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/easyconvert/ajpcobkenlncoifnbhfilognklogkolj
คำอธิบาย Converts units in page automatically
ขนาดไฟล์ 27.75 KB
จำนวนการติดตั้ง 74
เวอร์ชันปัจจุบัน 1.1.2
อัปเดตครั้งล่าสุด 2018-10-05
วันที่เผยแพร่ 2018-10-05
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา deanvh1
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "js": [
                "content_script.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "description": "Converts units in page automatically",
    "manifest_version": 2,
    "name": "EasyConvert",
    "version": "1.1.2",
    "browser_action": {
        "default_icon": "convert.png",
        "default_title": "EasyConvert!",
        "default_popup": "popup.html"
    }
}