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

Τι είναι το WME PL Cleaner;

Το WME PL Cleaner είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον justins83.waze, και η κύρια λειτουργία του είναι "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

Λήψη αρχείου CRX της επέκτασης WME PL Cleaner

Λήψη αρχείων επέκτασης WME PL Cleaner σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

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

Βασικές Πληροφορίες Επέκτασης

Όνομα WME PL Cleaner WME PL Cleaner
ID gkeiinengpgpngiakalnpiiabdimbjbe
Επίσημο URL https://chromewebstore.google.com/detail/wme-pl-cleaner/gkeiinengpgpngiakalnpiiabdimbjbe
Περιγραφή 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
Μέγεθος Αρχείου 3.43 KB
Αριθμός Εγκαταστάσεων 379
Τρέχουσα Έκδοση 2020.05.11.02
Τελευταία Ενημέρωση 2020-05-11
Ημερομηνία Δημοσίευσης 2020-05-11
Αξιολόγηση 5.00/5 Συνολικά 3 Αξιολογήσεις
Προγραμματιστής justins83.waze
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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"
    ]
}