Dutch Waze Kit

Verbeteringen voor WME, op maat gemaakt voor de Nederlandse Waze community.

Cos'è Dutch Waze Kit?

Dutch Waze Kit è un'estensione di Chrome sviluppata da Musa, e la sua funzione principale è "Verbeteringen voor WME, op maat gemaakt voor de Nederlandse Waze community.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Dutch Waze Kit

Scarica i file di estensione Dutch Waze Kit in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Dutch Waze Kit voegt handige verbeteringen toe aan Waze Map Editor die op maat zijn gemaakt voor de Nederlandse Waze community.

Functionaliteiten:
- Kaart openen in BAG
- Kaart openen in Melvin
- Kaart openen in Google Maps
- Kaart openen in Mapillary
- Kaart openen in Ruimtelijke Plannen
- Closure openen in Melvin
- Snel het adres van een segment/place opzoeken in Google/Maps

en meer...                    

Informazioni di Base sull'Estensione

Nome Dutch Waze Kit Dutch Waze Kit
ID cegbbhheocibjbjagfikapjgpnpfojjc
URL Ufficiale https://chromewebstore.google.com/detail/dutch-waze-kit/cegbbhheocibjbjagfikapjgpnpfojjc
Descrizione Verbeteringen voor WME, op maat gemaakt voor de Nederlandse Waze community.
Dimensione del File 228 KB
Conteggio Installazioni 104
Versione Corrente 1.4.1
Ultimo Aggiornamento 2023-08-31
Data di Pubblicazione 2021-06-29
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Musa
Email [email protected]
Tipo di Pagamento free
Lingue Supportate nl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Dutch Waze Kit",
    "author": "Musa Semou",
    "version": "1.4.1",
    "description": "Verbeteringen voor WME, op maat gemaakt voor de Nederlandse Waze community.",
    "permissions": [
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "extension.js"
        ]
    },
    "icons": {
        "16": "img\/[email protected]",
        "48": "img\/[email protected]",
        "128": "img\/[email protected]"
    },
    "web_accessible_resources": [
        "img\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.waze.com\/*editor*"
            ],
            "css": [
                "lib\/css\/vanillatoasts.css",
                "lib\/css\/dwk.css"
            ],
            "js": [
                "browser-fallback.js",
                "lib\/ClassObserver.js",
                "lib\/CreationObserver.js",
                "lib\/proj4.js",
                "lib\/vanillatoasts.js",
                "features\/dwk-preferences.js",
                "features\/open-in-bag.js",
                "features\/open-in-ruimtelijke-plannen.js",
                "features\/open-in-satelliet-data-portaal.js",
                "features\/open-in-google-maps.js",
                "features\/open-in-melvin.js",
                "features\/open-in-mapillary.js",
                "features\/open-in-wegstatus.js",
                "features\/open-closure-in-melvin.js",
                "features\/more-info-addons.js",
                "features\/waze-logo-nl.js",
                "features\/look-up-address.js",
                "dutch-waze-kit.js"
            ]
        }
    ]
}