WME PL-EASE
Always reload WME to permalink. Jump to permalink when pasted in address bar.
WME PL-EASEคืออะไร?
WME PL-EASE เป็นส่วนขยายของ Chrome ที่พัฒนาโดย MapOMatic และคุณลักษณะหลักของมันคือ "Always reload WME to permalink. Jump to permalink when pasted in address bar."
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย WME PL-EASE
ดาวน์โหลดไฟล์ส่วนขยาย 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", " |