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"입니다.
확장 프로그램 스크린샷
WME Michigan 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
ID | kifcfnegjfalmmhileloeabpmbamakim |
공식 URL | 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" ] } |