InstaMetric

Converts customary units on Instacart into metric

InstaMetric là gì?

InstaMetric là một tiện ích mở rộng Chrome được phát triển bởi martin, và tính năng chính của nó là "Converts customary units on Instacart into metric".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng InstaMetric

Tải xuống các tệp mở rộng InstaMetric dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên InstaMetric InstaMetric
ID agnehkmmogfljboljnbojbdohffjjpgc
URL Chính Thức https://chromewebstore.google.com/detail/instametric/agnehkmmogfljboljnbojbdohffjjpgc
Mô tả Converts customary units on Instacart into metric
Kích Thước Tệp 11.02 KB
Số Lần Cài Đặt 27
Phiên Bản Hiện Tại 1.0.8
Cập Nhật Lần Cuối 2023-04-01
Ngày Phát Hành 2016-06-26
Đánh Giá 4.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển martin
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}