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", " |