Automatic imperial to metric convertion BETA

Automatically convert imperial units to metric units on all websites

Automatic imperial to metric convertion BETAคืออะไร?

Automatic imperial to metric convertion BETA เป็นส่วนขยายของ Chrome ที่พัฒนาโดย esprimo และคุณลักษณะหลักของมันคือ "Automatically convert imperial units to metric units on all websites"

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Automatic imperial to metric convertion BETA

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

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

                        Automatically convert imperial units to metric units on all websites. Example of how a conversion would look:
"It's 12 miles to the library"
would be converted to:
"It's 12 miles (19.31km) to the library"

No tracking. Plugin in beta, code at:
https://github.com/esprimo/imperial-to-metric-chrome-extension                    

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

ชื่อ Automatic imperial to metric convertion BETA Automatic imperial to metric convertion BETA
ID ggidgjeiboeedjjabheimgdkolnpaoik
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/automatic-imperial-to-met/ggidgjeiboeedjjabheimgdkolnpaoik
คำอธิบาย Automatically convert imperial units to metric units on all websites
ขนาดไฟล์ 11.41 KB
จำนวนการติดตั้ง 393
เวอร์ชันปัจจุบัน 0.2.1
อัปเดตครั้งล่าสุด 2015-12-29
วันที่เผยแพร่ 2015-12-29
คะแนน 2.94/5 รวมทั้งหมด 18 คะแนน
ผู้พัฒนา esprimo
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Automatic imperial to metric convertion BETA",
    "version": "0.2.1",
    "description": "Automatically convert imperial units to metric units on all websites",
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ]
}