UROverview
Adds a whole bunch of features to WME, which someday I may get around to documenting properly...
UROverview क्या है?
UROverview chriscoulson0511 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adds a whole bunch of features to WME, which someday I may get around to documenting properly..."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में UROverview एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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" ] } |