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
Vad är WME PL Cleaner?
WME PL Cleaner är en Chrome-tillägg utvecklad av justins83.waze, och dess huvudfunktion är "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".
Tilläggsskärmbilder
Ladda ner WME PL Cleaner-förlängningens CRX-fil
Ladda ner WME PL Cleaner-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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).
Grundläggande Information om Tillägg
Namn | WME PL Cleaner |
ID | gkeiinengpgpngiakalnpiiabdimbjbe |
Officiell webbadress | https://chromewebstore.google.com/detail/wme-pl-cleaner/gkeiinengpgpngiakalnpiiabdimbjbe |
Beskrivning | 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 |
Filstorlek | 3.43 KB |
Antal Installationer | 379 |
Aktuell Version | 2020.05.11.02 |
Senast Uppdaterad | 2020-05-11 |
Publiceringsdatum | 2020-05-11 |
Betyg | 5.00/5 Totalt 3 Betyg |
Utvecklare | justins83.waze |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" ] } |