WME OpenData

Provides access to certain OS OpenData products within the WME environment

Cos'è WME OpenData?

WME OpenData è un'estensione di Chrome sviluppata da chriscoulson0511, e la sua funzione principale è "Provides access to certain OS OpenData products within the WME environment".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione WME OpenData

Scarica i file di estensione WME OpenData in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome WME OpenData WME OpenData
ID hjkehljinhkehammgkkhabmdbdnmcfei
URL Ufficiale https://chromewebstore.google.com/detail/wme-opendata/hjkehljinhkehammgkkhabmdbdnmcfei
Descrizione Provides access to certain OS OpenData products within the WME environment
Dimensione del File 30.66 KB
Conteggio Installazioni 235
Versione Corrente 2.41
Ultimo Aggiornamento 2018-12-28
Data di Pubblicazione 2018-12-28
Valutazione 4.29/5 Totale 7 Valutazioni
Sviluppatore chriscoulson0511
Tipo di Pagamento free
URL della Pagina di Aiuto https://www.waze.com/forum/viewtopic.php?f=55&t=21043
Lingue Supportate 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"
    ]
}