WME PL-EASE
Always reload WME to permalink. Jump to permalink when pasted in address bar.
Apa itu WME PL-EASE?
WME PL-EASE adalah ekstensi Chrome yang dikembangkan oleh MapOMatic, dan fitur utamanya adalah "Always reload WME to permalink. Jump to permalink when pasted in address bar.".
Unduh Berkas CRX Ekstensi WME PL-EASE
Unduh file ekstensi WME PL-EASE dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | WME PL-EASE |
ID | bbadinncplajnmgifakliehpecamoobn |
URL Resmi | https://chromewebstore.google.com/detail/wme-pl-ease/bbadinncplajnmgifakliehpecamoobn |
Deskripsi | Always reload WME to permalink. Jump to permalink when pasted in address bar. |
Ukuran File | 35.97 KB |
Jumlah Instalasi | 26 |
Versi Saat Ini | 1.1.0 |
Terakhir Diperbarui | 2017-11-07 |
Tanggal Publikasi | 2017-11-06 |
Pengembang | MapOMatic |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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", " |