LatLong

LatLong

An application to convert addresses into Geographic coordinates and also convert the coordinates to addresses. Plus export to csv.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "LatLong",
  "description": "An application to convert addresses into Geographic coordinates and also convert the coordinates to addresses. Plus export to csv.",
  "version": "2.0.1",
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "index.html"
  },
  "permissions": []
}