WME Michigan

Enables MI-specific features in the Waze Map Editor

什麼是WME Michigan?

WME Michigan是由Unknown開發的Chrome擴展程式,該擴展的主要功能是“Enables MI-specific features in the Waze Map Editor”。

擴展截圖

screenshot

下載WME Michigan擴展crx文件

下載WME Michigan擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 WME Michigan WME Michigan
ID kifcfnegjfalmmhileloeabpmbamakim
官方網址 https://chromewebstore.google.com/detail/wme-michigan/kifcfnegjfalmmhileloeabpmbamakim
簡介 Enables MI-specific features in the Waze Map Editor
檔案大小 28.97 KB
安裝次數 16
目前版本 1.0.9
更新時間 2018-08-18
上架時間 2018-08-17
開發者 Unknown
付費類型 free
說明頁面URL https://www.waze.com/forum/ucp.php?i=pm&mode=compose&u=17115814
支援的語言 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"
    ]
}