Lat Long to Address Bulk Converter

Lat Long to Address Bulk Converter

This tool converts latitude-longitude coordinates to physical addresses in bulk and provides the output in a downloadable CSV file.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Lat Long to Address Bulk Converter",
  "version": "1.3",
  "description": "This tool converts latitude-longitude coordinates to physical addresses in bulk and provides the output in a downloadable CSV file.",
  "icons": {
    "128": "logo.png"
  },
  "action": {
    "default_popup": "popup.html"
  },
  "host_permissions": [
    "<all_urls>"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "jquery-3.5.1.min.js",
        "script.js"
      ]
    }
  ]
}