WME Geometries

This script can load a geometry file and overlay it in the Waze Map Editor. See new section that has been added to the Areas tab.

WME Geometries là gì?

WME Geometries là một tiện ích mở rộng Chrome được phát triển bởi Timbones, và tính năng chính của nó là "This script can load a geometry file and overlay it in the Waze Map Editor. See new section that has been added to the Areas tab.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng WME Geometries

Tải xuống các tệp mở rộng WME Geometries 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

                        This script can load a geometry file and overlay it in the Waze Map Editor. Simply go to the Areas tab on the left, and scroll down to the new controls that have been added.

The data format is detected automatically using the file extension, and the following formats are supported: GeoJSON, GML, WKT, KML and GPX.

If you need help getting your geometry files to load, please contact the author.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên WME Geometries WME Geometries
ID mionbipikpceobilcmdlohhlencmhiea
URL Chính Thức https://chromewebstore.google.com/detail/wme-geometries/mionbipikpceobilcmdlohhlencmhiea
Mô tả This script can load a geometry file and overlay it in the Waze Map Editor. See new section that has been added to the Areas tab.
Kích Thước Tệp 6.37 KB
Số Lần Cài Đặt 909
Phiên Bản Hiện Tại 1.4
Cập Nhật Lần Cuối 2018-05-06
Ngày Phát Hành 2018-05-06
Đánh Giá 4.50/5 Tổng số 10 Đánh Giá
Nhà Phát Triển Timbones
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "WME Geometries",
    "short_name": "WME Geometries",
    "version": "1.4",
    "description": "This script can load a geometry file and overlay it in the Waze Map Editor. See new section that has been added to the Areas tab.",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.waze.com\/editor\/*",
                "https:\/\/www.waze.com\/*\/editor\/*",
                "https:\/\/beta.waze.com\/*"
            ],
            "run_at": "document_idle",
            "js": [
                "bootstrap.user.js"
            ]
        }
    ],
    "icons": [],
    "web_accessible_resources": [
        "wme-geometries.user.js",
        "OpenLayers.js"
    ]
}