WME OpenData
Provides access to certain OS OpenData products within the WME environment
WME OpenData là gì?
WME OpenData là một tiện ích mở rộng Chrome được phát triển bởi chriscoulson0511, và tính năng chính của nó là "Provides access to certain OS OpenData products within the WME environment".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng WME OpenData
Tải xuống các tệp mở rộng WME OpenData dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | WME OpenData |
ID | hjkehljinhkehammgkkhabmdbdnmcfei |
URL Chính Thức | https://chromewebstore.google.com/detail/wme-opendata/hjkehljinhkehammgkkhabmdbdnmcfei |
Mô tả | Provides access to certain OS OpenData products within the WME environment |
Kích Thước Tệp | 30.66 KB |
Số Lần Cài Đặt | 235 |
Phiên Bản Hiện Tại | 2.41 |
Cập Nhật Lần Cuối | 2018-12-28 |
Ngày Phát Hành | 2018-12-28 |
Đánh Giá | 4.29/5 Tổng số 7 Đánh Giá |
Nhà Phát Triển | chriscoulson0511 |
Loại Thanh Toán | free |
URL Trang Trợ Giúp | https://www.waze.com/forum/viewtopic.php?f=55&t=21043 |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |