WME PL-EASE
Always reload WME to permalink. Jump to permalink when pasted in address bar.
什么是WME PL-EASE?
WME PL-EASE是由MapOMatic开发的Chrome扩展程序,该扩展的主要功能是“Always reload WME to permalink. Jump to permalink when pasted in address bar.”。
下载WME PL-EASE扩展crx文件
下载WME PL-EASE扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
WME Permalink - Extractor and Some Enhancements (WME PL-EASE) Whenever WME refreshes, the URL will be replaced with the current permalink, to keep your place. You can also paste a permalink in the address bar of any existing WME page and it will execute the permalink (move and select) without reloading the page.
扩展基本信息
名称 | WME PL-EASE |
ID | bbadinncplajnmgifakliehpecamoobn |
官方URL | https://chromewebstore.google.com/detail/wme-pl-ease/bbadinncplajnmgifakliehpecamoobn |
简介 | Always reload WME to permalink. Jump to permalink when pasted in address bar. |
文件大小 | 35.97 KB |
安装次数 | 26 |
当前版本 | 1.1.0 |
更新时间 | 2017-11-07 |
上架时间 | 2017-11-06 |
开发者 | MapOMatic |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "WME PL-EASE", "description": "Always reload WME to permalink. Jump to permalink when pasted in address bar.", "manifest_version": 2, "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/*.waze.com\/*editor*" ], "exclude_matches": [ "*:\/\/*.waze.com\/user*" ], "js": [ "jquery.min.js", "content.js" ], "run_at": "document_end" } ], "version": "1.1.0", "permissions": [ "webRequest", " |