Area Measure

Area Measure

Measure area of anything in sq feet, sq meters, sq miles, sq km and acres. Save your map as KML to open in your favorite mapping app

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Area Measure",
  "description": "Measure area of anything in sq feet, sq meters, sq miles, sq km and acres. Save your map as KML to open in your favorite mapping app",
  "version": "1.0.0.5",
  "manifest_version": 2,
  "icons": {
    "128": "icon128.png"
  },
  "permissions": [
    "geolocation"
  ],
  "app": {
    "urls": [
      "http://www.braginski.com/maparea/default.html"
    ],
    "launch": {
      "web_url": "http://www.braginski.com/maparea/default.html"
    }
  }
}