Coordinates Helper

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

Qu'est-ce que Coordinates Helper ?

Coordinates Helper est une extension Chrome développée par sazdanbest, et sa fonction principale est "This extension will help you build a route in Google Maps by highlighting the required area with coordinates.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Coordinates Helper

Téléchargez les fichiers d'extension Coordinates Helper au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Coordinates Helper Coordinates Helper
ID dbopijjkmjmdgafnjhoncebmmdjkbddh
URL Officiel 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.
Taille du Fichier 9.96 KB
Nombre d'Installations 119
Version Actuelle 1.0.6
Dernière Mise à Jour 2023-08-14
Date de Publication 2023-07-27
Évaluation 5.00/5 Total 4 Évaluations
Développeur sazdanbest
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
        }
    }
}