WME PL-EASE
Always reload WME to permalink. Jump to permalink when pasted in address bar.
WME PL-EASE là gì?
WME PL-EASE là một tiện ích mở rộng Chrome được phát triển bởi MapOMatic, và tính năng chính của nó là "Always reload WME to permalink. Jump to permalink when pasted in address bar.".
Tải xuống tệp CRX của tiện ích mở rộng WME PL-EASE
Tải xuống các tệp mở rộng WME PL-EASE dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | WME PL-EASE |
ID | bbadinncplajnmgifakliehpecamoobn |
URL Chính Thức | https://chromewebstore.google.com/detail/wme-pl-ease/bbadinncplajnmgifakliehpecamoobn |
Mô tả | Always reload WME to permalink. Jump to permalink when pasted in address bar. |
Kích Thước Tệp | 35.97 KB |
Số Lần Cài Đặt | 26 |
Phiên Bản Hiện Tại | 1.1.0 |
Cập Nhật Lần Cuối | 2017-11-07 |
Ngày Phát Hành | 2017-11-06 |
Nhà Phát Triển | MapOMatic |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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", " |