Dutch Waze Kit

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

What is Dutch Waze Kit?

Dutch Waze Kit is a Chrome extension developed by Musa, and its main feature is "Verbeteringen voor WME, op maat gemaakt voor de Nederlandse Waze community.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Dutch Waze Kit Extension CRX File

Download Dutch Waze Kit 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

                        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...                    

Extension Basic Information

Name Dutch Waze Kit Dutch Waze Kit
ID cegbbhheocibjbjagfikapjgpnpfojjc
Official URL https://chromewebstore.google.com/detail/dutch-waze-kit/cegbbhheocibjbjagfikapjgpnpfojjc
Description Verbeteringen voor WME, op maat gemaakt voor de Nederlandse Waze community.
File Size 228 KB
Installation Count 104
Current Version 1.4.1
Last Updated 2023-08-31
Publish Date 2021-06-29
Rating 5.00/5 Total 1 Ratings
Developer Musa
Email [email protected]
Payment Type free
Supported Languages 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"
            ]
        }
    ]
}