Burl Source Inches To Millimeters

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

什么是Burl Source Inches To Millimeters?

Burl Source Inches To Millimeters是由Anton Kudris开发的Chrome扩展程序,该扩展的主要功能是“This extension would convert inches into millimeters automagically on the http://burlsource.us”。

下载Burl Source Inches To Millimeters扩展crx文件

下载Burl Source Inches To Millimeters扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 Burl Source Inches To Millimeters Burl Source Inches To Millimeters
ID ccdlbpiakpmcmchggegamofhgpbogfmb
官方URL https://chrome.google.com/webstore/detail/burl-source-inches-to-mil/ccdlbpiakpmcmchggegamofhgpbogfmb
简介 This extension would convert inches into millimeters automagically on the http://burlsource.us
文件大小 3.98 KB
安装次数 17
当前版本 2.2
更新时间 2014-04-22
上架时间 2014-04-22
评分 5.00/5 共1次评分
开发者 Anton Kudris
付费类型 free
扩展官网 https://github.com/jodaka/burl-source-inches2mm
支持的语言 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"
            ]
        }
    ]
}