Coordinates Helper

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

Vad är Coordinates Helper?

Coordinates Helper är en Chrome-tillägg utvecklad av sazdanbest, och dess huvudfunktion är "This extension will help you build a route in Google Maps by highlighting the required area with coordinates.".

Tilläggsskärmbilder

screenshot

Ladda ner Coordinates Helper-förlängningens CRX-fil

Ladda ner Coordinates Helper-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Coordinates Helper Coordinates Helper
ID dbopijjkmjmdgafnjhoncebmmdjkbddh
Officiell webbadress https://chromewebstore.google.com/detail/coordinates-helper/dbopijjkmjmdgafnjhoncebmmdjkbddh
Beskrivning This extension will help you build a route in Google Maps by highlighting the required area with coordinates.
Filstorlek 9.96 KB
Antal Installationer 119
Aktuell Version 1.0.6
Senast Uppdaterad 2023-08-14
Publiceringsdatum 2023-07-27
Betyg 5.00/5 Totalt 4 Betyg
Utvecklare sazdanbest
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
        }
    }
}