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은(는) Rudie Dirkx에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Strips annoying query parameters from URLs. It does utm_* (google), atl_* (atlassian) and ref_ (imdb). More tokens are customizable."입니다.
확장 프로그램 스크린샷
Query stripper 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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": [ " |