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
Qu'est-ce que WME PL Cleaner ?
WME PL Cleaner est une extension Chrome développée par justins83.waze, et sa fonction principale est "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".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension WME PL Cleaner
Téléchargez les fichiers d'extension WME PL Cleaner au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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).
Informations de Base sur l'Extension
Nom | WME PL Cleaner |
ID | gkeiinengpgpngiakalnpiiabdimbjbe |
URL Officiel | https://chromewebstore.google.com/detail/wme-pl-cleaner/gkeiinengpgpngiakalnpiiabdimbjbe |
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 |
Taille du Fichier | 3.43 KB |
Nombre d'Installations | 379 |
Version Actuelle | 2020.05.11.02 |
Dernière Mise à Jour | 2020-05-11 |
Date de Publication | 2020-05-11 |
Évaluation | 5.00/5 Total 3 Évaluations |
Développeur | justins83.waze |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } |