Coordinates Helper

This extension will help you build a route in Google Maps by highlighting the required area with coordinates.

What is Coordinates Helper?

Coordinates Helper is a Chrome extension developed by sazdanbest, and its main feature is "This extension will help you build a route in Google Maps by highlighting the required area with coordinates.".

Extension Screenshots

screenshot

Download Coordinates Helper Extension CRX File

Download Coordinates Helper extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        This extension will help you build a route in Google Maps by highlighting the required area with coordinates. Now there is no need to manually insert each coordinate.                    

Extension Basic Information

Name Coordinates Helper Coordinates Helper
ID dbopijjkmjmdgafnjhoncebmmdjkbddh
Official URL https://chromewebstore.google.com/detail/coordinates-helper/dbopijjkmjmdgafnjhoncebmmdjkbddh
Description This extension will help you build a route in Google Maps by highlighting the required area with coordinates.
File Size 9.96 KB
Installation Count 119
Current Version 1.0.6
Last Updated 2023-08-14
Publish Date 2023-07-27
Rating 5.00/5 Total 4 Ratings
Developer sazdanbest
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Coordinates Helper",
    "version": "1.0.6",
    "description": "This extension will help you build a route in Google Maps by highlighting the required area with coordinates.",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_start"
        }
    ],
    "action": {
        "default_icon": {
            "16": "icon16.png",
            "32": "icon32.png",
            "48": "icon48.png"
        }
    }
}