Simple Weight Converter - Pound and Kilogram
Enter numbers to convert to lb or kg
What is Simple Weight Converter - Pound and Kilogram?
Simple Weight Converter - Pound and Kilogram is a Chrome extension developed by Steven Childrey, and its main feature is "Enter numbers to convert to lb or kg".
Extension Screenshots
Download Simple Weight Converter - Pound and Kilogram Extension CRX File
Download Simple Weight Converter - Pound and Kilogram 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 allows you you to quickly and easily convert from pounds to kilograms and vice versa. As you are entering numbers, the other unit type will automatically update with the correct conversion.
Extension Basic Information
Name | Simple Weight Converter - Pound and Kilogram |
ID | lihkjpmkolenlpmecejhbkdmcfhbaogf |
Official URL | https://chromewebstore.google.com/detail/simple-weight-converter-p/lihkjpmkolenlpmecejhbkdmcfhbaogf |
Description | Enter numbers to convert to lb or kg |
File Size | 28.49 KB |
Installation Count | 734 |
Current Version | 1.0 |
Last Updated | 2016-11-03 |
Publish Date | 2016-11-02 |
Rating | 5.00/5 Total 5 Ratings |
Developer | Steven Childrey |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Simple Weight Converter - Pound and Kilogram", "description": "Enter numbers to convert to lb or kg", "version": "1.0", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html", "default_title": "Pound <-> Kilogram Convesion" }, "icons": { "16": "icon16.png", "32": "icon32.png", "64": "icon64.png" } } |