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開發的Chrome擴展程式,該擴展的主要功能是“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擴展crx文件
下載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). 擴展基本資訊
| 名稱 | |
| ID | gkeiinengpgpngiakalnpiiabdimbjbe |
| 官方網址 | 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"
]
} | |