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 |
官方網址 | 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", " |