Unit Converter
Easily convert length, area, volume and other units
What is Unit Converter?
Unit Converter is a Chrome extension developed by https://quickrr.com, and its main feature is "Easily convert length, area, volume and other units".
Extension Screenshots
Download Unit Converter Extension CRX File
Download Unit 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
Simple & quick unit converter. Easily convert length, temperature, area, volume, weight and speed between units of measurement. Chrome productivity extensions by http://quickrr.com
Extension Basic Information
Name | Unit Converter |
ID | ngiiaodmkjellommopgjfedfleidaagp |
Official URL | https://chromewebstore.google.com/detail/unit-converter/ngiiaodmkjellommopgjfedfleidaagp |
Description | Easily convert length, area, volume and other units |
File Size | 95.99 KB |
Installation Count | 3,161 |
Current Version | 2.0 |
Last Updated | 2015-03-25 |
Publish Date | 2015-03-25 |
Rating | 3.74/5 Total 35 Ratings |
Developer | https://quickrr.com |
Payment Type | free |
Extension Website | http://quickrr.com |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "page": "background.html" }, "name": "Unit Converter", "version": "2.0", "manifest_version": 2, "description": " Easily convert length, area, volume and other units", "browser_action": { "default_icon": "uc_19.png", "default_popup": "popup.htm", "default_title": "Unit Converter" }, "icons": { "128": "uc_128.png", "48": "uc_48.png", "16": "uc_16.png" } } |