kilogram pound converter

convert lbs and kg back and forth

What is kilogram pound converter?

kilogram pound converter is a Chrome extension developed by https://isuccess.com, and its main feature is "convert lbs and kg back and forth".

Extension Screenshots

screenshot

Download kilogram pound converter Extension CRX File

Download kilogram pound converter 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

                        enter in pounds, kilograms or stones and see the corresponding value in pounds, kilograms or stones.                    

Extension Basic Information

Name kilogram pound converter kilogram pound converter
ID fhjhbecmbfbidgpildjjbmeokcnanodd
Official URL https://chromewebstore.google.com/detail/kilogram-pound-converter/fhjhbecmbfbidgpildjjbmeokcnanodd
Description convert lbs and kg back and forth
File Size 39.94 KB
Installation Count 495
Current Version 1.0
Last Updated 2014-02-05
Publish Date 2014-02-05
Rating 4.50/5 Total 2 Ratings
Developer https://isuccess.com
Payment Type free
Extension Website http://isuccess.com/convert/kilograms-pounds.html
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "kilogram pound converter",
    "version": "1.0",
    "description": "convert lbs and kg back and forth",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "styles.css"
            ],
            "js": [
                "script.js"
            ]
        }
    ],
    "manifest_version": 2
}