param appender
appends a configurable parameter to the url on url change
param appender란 무엇입니까?
param appender은(는) stupid cat에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "appends a configurable parameter to the url on url change"입니다.
확장 프로그램 스크린샷
param appender 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
appends a configurable parameter to the url on url change. the affected urls can be specified using a regex configuration.
확장 프로그램 기본 정보
이름 | param appender |
ID | dpodflepnifmnifholnajjffjmkolaae |
공식 URL | https://chromewebstore.google.com/detail/param-appender/dpodflepnifmnifholnajjffjmkolaae |
설명 | appends a configurable parameter to the url on url change |
파일 크기 | 44.63 KB |
설치 횟수 | 77 |
현재 버전 | 1.5 |
최근 업데이트 | 2020-08-31 |
출시 날짜 | 2020-03-08 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | stupid cat |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "param appender", "short_name": "pappender", "version": "1.5", "description": "appends a configurable parameter to the url on url change", "manifest_version": 2, "background": { "scripts": [ "scripts\/background.js" ] }, "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "storage", "webRequest", "webRequestBlocking" ], "browser_action": { "default_popup": "views\/popup.html", "default_icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" } }, "options_page": "views\/options.html", "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |