Burl Source Inches To Millimeters

This extension would convert inches into millimeters automagically on the http://burlsource.us

Burl Source Inches To Millimeters là gì?

Burl Source Inches To Millimeters là một tiện ích mở rộng Chrome được phát triển bởi Anton Kudris, và tính năng chính của nó là "This extension would convert inches into millimeters automagically on the http://burlsource.us".

Tải xuống tệp CRX của tiện ích mở rộng Burl Source Inches To Millimeters

Tải xuống các tệp mở rộng Burl Source Inches To Millimeters 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

                        This extension would convert inches to mm on the http://burlsource.us                    

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

Tên Burl Source Inches To Millimeters Burl Source Inches To Millimeters
ID ccdlbpiakpmcmchggegamofhgpbogfmb
URL Chính Thức https://chrome.google.com/webstore/detail/burl-source-inches-to-mil/ccdlbpiakpmcmchggegamofhgpbogfmb
Mô tả This extension would convert inches into millimeters automagically on the http://burlsource.us
Kích Thước Tệp 3.98 KB
Số Lần Cài Đặt 17
Phiên Bản Hiện Tại 2.2
Cập Nhật Lần Cuối 2014-04-22
Ngày Phát Hành 2014-04-22
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Anton Kudris
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/jodaka/burl-source-inches2mm
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Burl Source Inches To Millimeters",
    "description": "This extension would convert inches into millimeters automagically on the http:\/\/burlsource.us",
    "version": "2.2",
    "permissions": [
        "http:\/\/www.burlsource.us\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.burlsource.us\/*"
            ],
            "js": [
                "convert.js"
            ]
        }
    ]
}