Unit Converter

Unit Converter

Easily convert length, area, volume and other units

Merlin
Additional files are visible only to premium users

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": {
    "16": "uc_16.png",
    "48": "uc_48.png",
    "128": "uc_128.png"
  }
}