WME OpenData

Provides access to certain OS OpenData products within the WME environment

Co to jest WME OpenData?

WME OpenData to rozszerzenie Chrome opracowane przez chriscoulson0511, a jego główną funkcją jest „Provides access to certain OS OpenData products within the WME environment”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia WME OpenData

Pobierz pliki rozszerzeń WME OpenData w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa WME OpenData WME OpenData
ID hjkehljinhkehammgkkhabmdbdnmcfei
Oficjalny URL https://chromewebstore.google.com/detail/wme-opendata/hjkehljinhkehammgkkhabmdbdnmcfei
Opis Provides access to certain OS OpenData products within the WME environment
Rozmiar pliku 30.66 KB
Liczba instalacji 235
Aktualna Wersja 2.41
Ostatnia Aktualizacja 2018-12-28
Data Publikacji 2018-12-28
Ocena 4.29/5 Łącznie 7 Oceny
Deweloper chriscoulson0511
Typ Płatności free
Adres URL Strony Pomocy https://www.waze.com/forum/viewtopic.php?f=55&t=21043
Obsługiwane Języki 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"
    ]
}