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...”。

扩展截图

screenshot

下载UROverview扩展crx文件

下载UROverview扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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 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"
    ]
}