InstaMetric

Converts customary units on Instacart into metric

InstaMetricคืออะไร?

InstaMetric เป็นส่วนขยายของ Chrome ที่พัฒนาโดย martin และคุณลักษณะหลักของมันคือ "Converts customary units on Instacart into metric"

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

screenshot

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

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

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

                        A somewhat hacky Chrome extension to convert imperial/customary units on Instacart into metric values.                    

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

ชื่อ InstaMetric InstaMetric
ID agnehkmmogfljboljnbojbdohffjjpgc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/instametric/agnehkmmogfljboljnbojbdohffjjpgc
คำอธิบาย Converts customary units on Instacart into metric
ขนาดไฟล์ 11.02 KB
จำนวนการติดตั้ง 27
เวอร์ชันปัจจุบัน 1.0.8
อัปเดตครั้งล่าสุด 2023-04-01
วันที่เผยแพร่ 2016-06-26
คะแนน 4.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา martin
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "InstaMetric",
    "description": "Converts customary units on Instacart into metric",
    "version": "1.0.8",
    "homepage_url": "https:\/\/github.com\/mprobst\/instametric",
    "icons": {
        "48": "res\/icon48.png",
        "128": "res\/icon128.png"
    },
    "permissions": [
        "https:\/\/www.instacart.com\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.instacart.com\/*"
            ],
            "js": [
                "metrify.js"
            ]
        }
    ]
}