WME OpenData
Provides access to certain OS OpenData products within the WME environment
WME OpenData क्या है?
WME OpenData chriscoulson0511 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Provides access to certain OS OpenData products within the WME environment"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में WME OpenData एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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" ] } |