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

Co to jest WME PL Cleaner?

WME PL Cleaner to rozszerzenie Chrome opracowane przez justins83.waze, a jego główną funkcją jest „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”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia WME PL Cleaner

Pobierz pliki rozszerzeń WME PL Cleaner 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

                        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).                    

Podstawowe informacje o rozszerzeniu

Nazwa WME PL Cleaner WME PL Cleaner
ID gkeiinengpgpngiakalnpiiabdimbjbe
Oficjalny URL https://chromewebstore.google.com/detail/wme-pl-cleaner/gkeiinengpgpngiakalnpiiabdimbjbe
Opis 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
Rozmiar pliku 3.43 KB
Liczba instalacji 379
Aktualna Wersja 2020.05.11.02
Ostatnia Aktualizacja 2020-05-11
Data Publikacji 2020-05-11
Ocena 5.00/5 Łącznie 3 Oceny
Deweloper justins83.waze
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    ]
}