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
Was ist WME PL Cleaner?
WME PL Cleaner ist eine Chrome-Erweiterung, die von justins83.waze entwickelt wurde, und ihr Hauptmerkmal ist "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".
Erweiterungsscreenshots
WME PL Cleaner-Erweiterungs-CRX-Datei herunterladen
Laden Sie WME PL Cleaner-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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).
Grundlegende Informationen zur Erweiterung
Name | WME PL Cleaner |
ID | gkeiinengpgpngiakalnpiiabdimbjbe |
Offizielle URL | https://chromewebstore.google.com/detail/wme-pl-cleaner/gkeiinengpgpngiakalnpiiabdimbjbe |
Beschreibung | 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 |
Dateigröße | 3.43 KB |
Installationsanzahl | 379 |
Aktuelle Version | 2020.05.11.02 |
Letztes Update | 2020-05-11 |
Veröffentlichungsdatum | 2020-05-11 |
Bewertung | 5.00/5 Insgesamt 3 Bewertungen |
Entwickler | justins83.waze |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } |