Automatic imperial to metric convertion BETA

Automatically convert imperial units to metric units on all websites

What is Automatic imperial to metric convertion BETA?

Automatic imperial to metric convertion BETA is a Chrome extension developed by esprimo, and its main feature is "Automatically convert imperial units to metric units on all websites".

Extension Screenshots

screenshot
screenshot

Download Automatic imperial to metric convertion BETA Extension CRX File

Download Automatic imperial to metric convertion BETA 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

                        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                    

Extension Basic Information

Name Automatic imperial to metric convertion BETA Automatic imperial to metric convertion BETA
ID ggidgjeiboeedjjabheimgdkolnpaoik
Official URL https://chromewebstore.google.com/detail/automatic-imperial-to-met/ggidgjeiboeedjjabheimgdkolnpaoik
Description Automatically convert imperial units to metric units on all websites
File Size 11.41 KB
Installation Count 393
Current Version 0.2.1
Last Updated 2015-12-29
Publish Date 2015-12-29
Rating 2.94/5 Total 18 Ratings
Developer esprimo
Payment Type free
Supported Languages 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"
        }
    ]
}