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