EasyConvert

Converts units in page automatically

What is EasyConvert?

EasyConvert is a Chrome extension developed by deanvh1, and its main feature is "Converts units in page automatically".

Extension Screenshots

screenshot

Download EasyConvert Extension CRX File

Download EasyConvert 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 units directly in your page! No need to waste time searching for conversions or to convert each measurement one-by-one.

This extension is in development and currently supports converting the following:
-kilograms to pounds
-kilometers to miles
-meters to feet
-Celsius to Fahrenheit                    

Extension Basic Information

Name EasyConvert EasyConvert
ID ajpcobkenlncoifnbhfilognklogkolj
Official URL https://chromewebstore.google.com/detail/easyconvert/ajpcobkenlncoifnbhfilognklogkolj
Description Converts units in page automatically
File Size 27.75 KB
Installation Count 74
Current Version 1.1.2
Last Updated 2018-10-05
Publish Date 2018-10-05
Rating 5.00/5 Total 1 Ratings
Developer deanvh1
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "js": [
                "content_script.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "description": "Converts units in page automatically",
    "manifest_version": 2,
    "name": "EasyConvert",
    "version": "1.1.2",
    "browser_action": {
        "default_icon": "convert.png",
        "default_title": "EasyConvert!",
        "default_popup": "popup.html"
    }
}