Determination of the coordinates on the map

Determination of the coordinates on the map

Quickly determine the coordinates (latitude and longitude) of any city, street, on the world map.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Determination of the coordinates on the map",
  "description": "Quickly determine the coordinates (latitude and longitude) of any city, street, on the world map.",
  "icons": {
    "16": "16x16.png",
    "32": "32x32.png",
    "48": "48x48.png",
    "64": "64x64.png",
    "128": "128x128.png"
  },
  "browser_action": {
    "default_icon": "64x64.png",
    "default_title": "Determination of the coordinates on the map",
    "default_popup": "u-kartyru.html"
  },
  "manifest_version": 2,
  "update_url": "http://clients2.google.com/service/update2/crx",
  "content_security_policy": "script-src 'self' https://www.google.com; object-src 'self'",
  "version": "0.1"
}