WME Geometries

This script can load a geometry file and overlay it in the Waze Map Editor. See new section that has been added to the Areas tab.

Τι είναι το WME Geometries;

Το WME Geometries είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Timbones, και η κύρια λειτουργία του είναι "This script can load a geometry file and overlay it in the Waze Map Editor. See new section that has been added to the Areas tab.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης WME Geometries

Λήψη αρχείων επέκτασης WME Geometries σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        This script can load a geometry file and overlay it in the Waze Map Editor. Simply go to the Areas tab on the left, and scroll down to the new controls that have been added.

The data format is detected automatically using the file extension, and the following formats are supported: GeoJSON, GML, WKT, KML and GPX.

If you need help getting your geometry files to load, please contact the author.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα WME Geometries WME Geometries
ID mionbipikpceobilcmdlohhlencmhiea
Επίσημο URL https://chromewebstore.google.com/detail/wme-geometries/mionbipikpceobilcmdlohhlencmhiea
Περιγραφή This script can load a geometry file and overlay it in the Waze Map Editor. See new section that has been added to the Areas tab.
Μέγεθος Αρχείου 6.37 KB
Αριθμός Εγκαταστάσεων 909
Τρέχουσα Έκδοση 1.4
Τελευταία Ενημέρωση 2018-05-06
Ημερομηνία Δημοσίευσης 2018-05-06
Αξιολόγηση 4.50/5 Συνολικά 10 Αξιολογήσεις
Προγραμματιστής Timbones
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "WME Geometries",
    "short_name": "WME Geometries",
    "version": "1.4",
    "description": "This script can load a geometry file and overlay it in the Waze Map Editor. See new section that has been added to the Areas tab.",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.waze.com\/editor\/*",
                "https:\/\/www.waze.com\/*\/editor\/*",
                "https:\/\/beta.waze.com\/*"
            ],
            "run_at": "document_idle",
            "js": [
                "bootstrap.user.js"
            ]
        }
    ],
    "icons": [],
    "web_accessible_resources": [
        "wme-geometries.user.js",
        "OpenLayers.js"
    ]
}