WME OpenData
Provides access to certain OS OpenData products within the WME environment
WME OpenData란 무엇입니까?
WME OpenData은(는) chriscoulson0511에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Provides access to certain OS OpenData products within the WME environment"입니다.
확장 프로그램 스크린샷
WME OpenData 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Extension for the Waze Map Editor, provides streetname suggestions pulled from the OS OpenData database, and allows selected third-party mapping sites to be opened up at the same location as the WME map.
확장 프로그램 기본 정보
이름 | WME OpenData |
ID | hjkehljinhkehammgkkhabmdbdnmcfei |
공식 URL | https://chromewebstore.google.com/detail/wme-opendata/hjkehljinhkehammgkkhabmdbdnmcfei |
설명 | Provides access to certain OS OpenData products within the WME environment |
파일 크기 | 30.66 KB |
설치 횟수 | 235 |
현재 버전 | 2.41 |
최근 업데이트 | 2018-12-28 |
출시 날짜 | 2018-12-28 |
평점 | 4.29/5 총 7 개의 평점 |
개발자 | chriscoulson0511 |
결제 유형 | free |
도움말 페이지 URL | https://www.waze.com/forum/viewtopic.php?f=55&t=21043 |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "WME OpenData", "version": "2.41", "description": "Provides access to certain OS OpenData products within the WME environment", "content_scripts": [ { "matches": [ "https:\/\/*.waze.com\/*editor*", "https:\/\/beta.waze.com\/*", "https:\/\/editor-beta.waze.com\/*", "https:\/\/roadworks.org\/*", "http:\/\/public.londonworks.gov.uk\/roadworks\/*", "https:\/\/www.ordnancesurvey.co.uk\/opendata\/viewer\/*", "http:\/\/streetworks.wiltshire.gov.uk\/*" ], "js": [ "bootstrap.user.js" ] } ], "permissions": [ "https:\/\/*.waze.com\/*editor*", "https:\/\/beta.waze.com\/*", "https:\/\/editor-beta.waze.com\/*", "https:\/\/roadworks.org\/*", "http:\/\/public.londonworks.gov.uk\/roadworks\/*", "https:\/\/www.ordnancesurvey.co.uk\/opendata\/viewer\/*", "http:\/\/streetworks.wiltshire.gov.uk\/*" ], "web_accessible_resources": [ "wme_opendata.2.41.user.js" ] } |