Glat/Glong

Glat/Glong

Find the precise latitude and longitude of any point on Google Maps.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Glat/Glong",
  "description": "Find the precise latitude and longitude of any point on Google Maps.",
  "version": "0.1.0",
  "icons": {
    "16": "images/icon-16.png",
    "48": "images/icon-48.png",
    "128": "images/icon-128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://www.google.com/maps/*",
        "*://maps.google.com/*"
      ],
      "js": [
        "js/glat-glong.js"
      ]
    }
  ]
}