UROverview
Adds a whole bunch of features to WME, which someday I may get around to documenting properly...
UROverview란 무엇입니까?
UROverview은(는) chriscoulson0511에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Adds a whole bunch of features to WME, which someday I may get around to documenting properly..."입니다.
확장 프로그램 스크린샷
UROverview 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Add-on for Waze Map Editor (WME), allowing UR, map problem and camera markers to be filtered according to an ever increasing list of parameters. UR, map problem and camera details can be displayed in a pop-up by hovering over the marker without needing to click on the marker. Includes a camera watchlist feature, allowing users to mark certain cameras which URO will then monitor for any changes in their properties (useful if you find some of the cameras you maintain keep on being marked as "not there" and end up changing back to unapproved...) Also includes improvements to the Drives tab (shows more drives per page and informs the user which drives can be clicked on to show the route taken) and provides a "Select All" button when a roundabout (traffic circle) segment is selected, so that the entire roundabout can then be selected with a single click.
확장 프로그램 기본 정보
이름 | UROverview |
ID | amdamgkgchnbaopmphhjapmjcdghdphi |
공식 URL | https://chromewebstore.google.com/detail/uroverview/amdamgkgchnbaopmphhjapmjcdghdphi |
설명 | Adds a whole bunch of features to WME, which someday I may get around to documenting properly... |
파일 크기 | 265 KB |
설치 횟수 | 1,254 |
현재 버전 | 3.147 |
최근 업데이트 | 2018-12-28 |
출시 날짜 | 2018-12-28 |
평점 | 4.65/5 총 26 개의 평점 |
개발자 | chriscoulson0511 |
결제 유형 | free |
도움말 페이지 URL | https://www.waze.com/forum/viewtopic.php?f=819&t=29054 |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "UROverview", "version": "3.147", "description": "Adds a whole bunch of features to WME, which someday I may get around to documenting properly...", "content_scripts": [ { "matches": [ "https:\/\/*.waze.com\/*editor*", "https:\/\/beta.waze.com\/*", "https:\/\/editor-beta.waze.com\/*" ], "js": [ "bootstrap.user.js" ] } ], "permissions": [ "https:\/\/*.waze.com\/*editor*", "https:\/\/beta.waze.com\/*", "https:\/\/editor-beta.waze.com\/*" ], "web_accessible_resources": [ "wme_uroverview.3.147.user.js" ] } |