Burl Source Inches To Millimeters

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

What is Burl Source Inches To Millimeters?

Burl Source Inches To Millimeters is a Chrome extension developed by Anton Kudris, and its main feature is "This extension would convert inches into millimeters automagically on the http://burlsource.us".

Download Burl Source Inches To Millimeters Extension CRX File

Download Burl Source Inches To Millimeters extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Burl Source Inches To Millimeters Burl Source Inches To Millimeters
ID ccdlbpiakpmcmchggegamofhgpbogfmb
Official URL https://chrome.google.com/webstore/detail/burl-source-inches-to-mil/ccdlbpiakpmcmchggegamofhgpbogfmb
Description This extension would convert inches into millimeters automagically on the http://burlsource.us
File Size 3.98 KB
Installation Count 17
Current Version 2.2
Last Updated 2014-04-22
Publish Date 2014-04-22
Rating 5.00/5 Total 1 Ratings
Developer Anton Kudris
Payment Type free
Extension Website https://github.com/jodaka/burl-source-inches2mm
Supported Languages 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"
            ]
        }
    ]
}