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 là gì?

WME PL Cleaner là một tiện ích mở rộng Chrome được phát triển bởi justins83.waze, và tính năng chính của nó là "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".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng WME PL Cleaner

Tải xuống các tệp mở rộng WME PL Cleaner dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên WME PL Cleaner WME PL Cleaner
ID gkeiinengpgpngiakalnpiiabdimbjbe
URL Chính Thức https://chromewebstore.google.com/detail/wme-pl-cleaner/gkeiinengpgpngiakalnpiiabdimbjbe
Mô tả 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
Kích Thước Tệp 3.43 KB
Số Lần Cài Đặt 379
Phiên Bản Hiện Tại 2020.05.11.02
Cập Nhật Lần Cuối 2020-05-11
Ngày Phát Hành 2020-05-11
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển justins83.waze
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}