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 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 फ़ाइल डाउनलोड करें

crx प्रारूप में WME PL Cleaner एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    ]
}