Automatic imperial to metric convertion BETA

Automatically convert imperial units to metric units on all websites

Automatic imperial to metric convertion BETA là gì?

Automatic imperial to metric convertion BETA là một tiện ích mở rộng Chrome được phát triển bởi esprimo, và tính năng chính của nó là "Automatically convert imperial units to metric units on all websites".

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

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Automatic imperial to metric convertion BETA

Tải xuống các tệp mở rộng Automatic imperial to metric convertion BETA 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

                        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                    

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

Tên Automatic imperial to metric convertion BETA Automatic imperial to metric convertion BETA
ID ggidgjeiboeedjjabheimgdkolnpaoik
URL Chính Thức https://chromewebstore.google.com/detail/automatic-imperial-to-met/ggidgjeiboeedjjabheimgdkolnpaoik
Mô tả Automatically convert imperial units to metric units on all websites
Kích Thước Tệp 11.41 KB
Số Lần Cài Đặt 393
Phiên Bản Hiện Tại 0.2.1
Cập Nhật Lần Cuối 2015-12-29
Ngày Phát Hành 2015-12-29
Đánh Giá 2.94/5 Tổng số 18 Đánh Giá
Nhà Phát Triển esprimo
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
        }
    ]
}