Kg to lbs converter

Kg to lbs converter

This extension will allow you to easily convert mass from kg to lbs.

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Kg to lbs converter",
  "description": "This extension will allow you to easily convert mass from kg to lbs.",
  "version": "1.0",
  "browser_action": {
    "default_icon": "images/48.png",
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "images/16.png",
    "48": "images/48.png",
    "128": "images/128.png"
  }
}