Query stripper
Strips annoying query parameters from URLs. It does utm_* (google), atl_* (atlassian) and ref_ (imdb). More tokens are customizable.
Query stripperคืออะไร?
Query stripper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Rudie Dirkx และคุณลักษณะหลักของมันคือ "Strips annoying query parameters from URLs. It does utm_* (google), atl_* (atlassian) and ref_ (imdb). More tokens are customizable."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Query stripper
ดาวน์โหลดไฟล์ส่วนขยาย Query stripper ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Strips annoying query parameters from URLs. It does utm_* (google), atl_* (atlassian) and ref_ (imdb) out of the box. More unwanted tokens/params are configurable on the Options page. This happens BEFORE page load, so the query params WON'T be sent to the server and your URL is clean for copying. -It also cleans up the URL after it's changed via History API.- (Not anymore, temporarily.)
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Query stripper |
ID | ccemjnmiieofdhbjbbidpkjcfimakdio |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/query-stripper/ccemjnmiieofdhbjbbidpkjcfimakdio |
คำอธิบาย | Strips annoying query parameters from URLs. It does utm_* (google), atl_* (atlassian) and ref_ (imdb). More tokens are customizable. |
ขนาดไฟล์ | 8.39 KB |
จำนวนการติดตั้ง | 54 |
เวอร์ชันปัจจุบัน | 1.9 |
อัปเดตครั้งล่าสุด | 2022-09-24 |
วันที่เผยแพร่ | 2015-06-24 |
คะแนน | 4.50/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | Rudie Dirkx |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้าช่วยเหลือ | https://github.com/rudiedirkx/query-stripper-extension/issues |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Query stripper", "version": "1.9", "manifest_version": 3, "description": "Strips annoying query parameters from URLs. It does utm_* (google), atl_* (atlassian) and ref_ (imdb). More tokens are customizable.", "icons": { "128": "images\/logo_128.png" }, "permissions": [ "storage", "declarativeNetRequestWithHostAccess" ], "host_permissions": [ " |