Square Meter - Kilo Price Converter

Square Meter - Kilo Price Converter

This extension allows the user to calculate the price per square meter of aluminium or stainless steel based on a kilo price.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Square Meter - Kilo Price Converter",
  "description": "This extension allows the user to calculate the price per square meter of aluminium or stainless steel based on a kilo price.",
  "version": "0.0.0.2",
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html"
  },
  "permissions": [
    "tabs",
    "storage"
  ]
}