WME Michigan

Enables MI-specific features in the Waze Map Editor

¿Qué es WME Michigan?

WME Michigan es una extensión de Chrome desarrollada por Unknown, y su función principal es "Enables MI-specific features in the Waze Map Editor".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión WME Michigan

Descarga archivos de extensión WME Michigan en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        Integrates publicly available data from the State of Michigan and MDOT with the Waze Map Editor.

Extension created by davielde but has been abandoned. This version contains updates for new versions of WME.                    

Información Básica de la Extensión

Nombre WME Michigan WME Michigan
ID kifcfnegjfalmmhileloeabpmbamakim
URL Oficial https://chromewebstore.google.com/detail/wme-michigan/kifcfnegjfalmmhileloeabpmbamakim
Descripción Enables MI-specific features in the Waze Map Editor
Tamaño del Archivo 28.97 KB
Cantidad de Instalaciones 16
Versión Actual 1.0.9
Última Actualización 2018-08-18
Fecha de Publicación 2018-08-17
Desarrollador Unknown
Tipo de Pago free
URL de la Página de Ayuda https://www.waze.com/forum/ucp.php?i=pm&mode=compose&u=17115814
Idiomas Soportados en-US
manifest.json
{
    "content_scripts": [
        {
            "exclude_matches": [
                "https:\/\/www.waze.com\/user\/*"
            ],
            "js": [
                "scripts\/bootstrap.js"
            ],
            "matches": [
                "https:\/\/www.waze.com\/editor*",
                "https:\/\/www.waze.com\/*\/editor*",
                "https:\/\/beta.waze.com\/editor*",
                "https:\/\/beta.waze.com\/*\/editor*"
            ]
        }
    ],
    "description": "Enables MI-specific features in the Waze Map Editor",
    "icons": {
        "128": "images\/mi_128.png",
        "16": "images\/mi_16.png",
        "64": "images\/mi_64.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEArBj4bq5mzAuC+tPrbU+mP8u\/szP3UPsjAScALCL6DB2z7\/WWa41pOeisFPlJWjMrd\/YbCEQxc6L0GLg9fzpIb3jBDWINH0aF\/djoQAnDxYd9A4L1iXIlA7JEJsojHxVTqNy9IGjycnEiPrwDd1WOQEf7XOkXtAzag3aLyIFNI4ramdEpbZ37wLoPQYeCpjjJ72Ocx8wbpRdpVcMk97kYV0q79K7JIQ1QtjdbAbO2KEQVp\/m9wRG5al8NM\/7FzLV\/pIkQjxBqwcC30rXlY17BuEIxw25DEIo2pfiioxVaI+QBllKKCWQxe9\/oFIVxi7S8IaP7G4qsNSlQ1NzZNmrj7wIDAQAB",
    "manifest_version": 2,
    "name": "WME Michigan",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.9",
    "web_accessible_resources": [
        "scripts\/*.js",
        "images\/*.*",
        "css\/*.css"
    ]
}