URL Params Editor

A tool of editing URL parameters.

URL Params Editor란 무엇입니까?

URL Params Editor은(는) Z. W.에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A tool of editing URL parameters."입니다.

확장 프로그램 스크린샷

screenshot

URL Params Editor 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        This is a tool for web developers. It makes editing URL parameters for long URLs much easier. You can use this tool to view each URL param, add new or delete existing ones.                    

확장 프로그램 기본 정보

이름 URL Params Editor URL Params Editor
ID kgnbnbifdjcokgodkgjliaegpollgafa
공식 URL https://chromewebstore.google.com/detail/url-params-editor/kgnbnbifdjcokgodkgjliaegpollgafa
설명 A tool of editing URL parameters.
파일 크기 153 KB
설치 횟수 2,106
현재 버전 2.2
최근 업데이트 2023-09-13
출시 날짜 2019-12-28
평점 4.88/5 총 8 개의 평점
개발자 Z. W.
이메일 [email protected]
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "URL Params Editor",
    "version": "2.2",
    "author": "Zijar W.",
    "permissions": [
        "activeTab",
        "storage"
    ],
    "description": "A tool of editing URL parameters.",
    "icons": {
        "48": "icons\/url_params_editor_48.png",
        "96": "icons\/url_params_editor_96.png",
        "512": "icons\/url_params_editor_512.png"
    },
    "action": {
        "browser_style": true,
        "default_icon": "icons\/url_params_editor_512.png",
        "default_title": "URL Params Editor",
        "default_popup": "popup\/parameters.html",
        "theme_icons": [
            {
                "light": "icons\/url_params_editor-light.svg",
                "dark": "icons\/url_params_editor.svg",
                "size": 32
            }
        ]
    }
}