WME PL Cleaner

Cleans WME permalinks of layer information, sets the zoom to 2 if there are segments & zoom is 0/1, and adds the / back into the URL

Cos'è WME PL Cleaner?

WME PL Cleaner è un'estensione di Chrome sviluppata da justins83.waze, e la sua funzione principale è "Cleans WME permalinks of layer information, sets the zoom to 2 if there are segments & zoom is 0/1, and adds the / back into the URL".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione WME PL Cleaner

Scarica i file di estensione WME PL Cleaner 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

                        Cleans the WME permalink, removing the layers identifier so when opening PLs from other editors does not use their layer settings.

Also adds in the "missing" / from URLs (which causes many extension to not load correctly).

If it is detected there are segments in the PL and the zoom is 0 or 1, it will automatically change to zoom 2 (the minimum zoom at which you can select segments).                    

Informazioni di Base sull'Estensione

Nome WME PL Cleaner WME PL Cleaner
ID gkeiinengpgpngiakalnpiiabdimbjbe
URL Ufficiale https://chromewebstore.google.com/detail/wme-pl-cleaner/gkeiinengpgpngiakalnpiiabdimbjbe
Descrizione Cleans WME permalinks of layer information, sets the zoom to 2 if there are segments & zoom is 0/1, and adds the / back into the URL
Dimensione del File 3.43 KB
Conteggio Installazioni 379
Versione Corrente 2020.05.11.02
Ultimo Aggiornamento 2020-05-11
Data di Pubblicazione 2020-05-11
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore justins83.waze
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "WME PL Cleaner",
    "description": "Cleans WME permalinks of layer information, sets the zoom to 2 if there are segments & zoom is 0\/1, and adds the \/ back into the URL",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "plcleaner.js"
        ]
    },
    "version": "2020.05.11.02",
    "permissions": [
        "webRequest",
        "*:\/\/www.waze.com\/editor*",
        "*:\/\/www.waze.com\/*\/editor*",
        "*:\/\/beta.waze.com\/editor*",
        "*:\/\/beta.waze.com\/*\/editor*",
        "webRequestBlocking"
    ]
}