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คืออะไร?

WME Geometries เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Timbones และคุณลักษณะหลักของมันคือ "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."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย WME Geometries

ดาวน์โหลดไฟล์ส่วนขยาย WME Geometries ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ WME Geometries WME Geometries
ID mionbipikpceobilcmdlohhlencmhiea
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/wme-geometries/mionbipikpceobilcmdlohhlencmhiea
คำอธิบาย 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.
ขนาดไฟล์ 6.37 KB
จำนวนการติดตั้ง 909
เวอร์ชันปัจจุบัน 1.4
อัปเดตครั้งล่าสุด 2018-05-06
วันที่เผยแพร่ 2018-05-06
คะแนน 4.50/5 รวมทั้งหมด 10 คะแนน
ผู้พัฒนา Timbones
ประเภทการชำระเงิน free
ภาษาที่รองรับ 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"
    ]
}