url-maker

The app can conveniently display the parameters of url.

url-maker란 무엇입니까?

url-maker은(는) lisahang에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The app can conveniently display the parameters of url."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

url-maker 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        该应用可以把网址上的参数直观的展示出来。也可以修改相关参数并刷新网页。
The app can conveniently display the parameters of url.
可以在网址框修改参数,一键添加debug并可以记忆qq号~
-v2.1.0
可以对参数中的json进行解析
-v2.2.0
修复参数解析成乱码的bug                    

확장 프로그램 기본 정보

이름 url-maker url-maker
ID omcnnmnboifgijnnpihpejkjniodmmnh
공식 URL https://chromewebstore.google.com/detail/url-maker/omcnnmnboifgijnnpihpejkjniodmmnh
설명 The app can conveniently display the parameters of url.
파일 크기 59.42 KB
설치 횟수 51
현재 버전 2.2.0
최근 업데이트 2018-10-10
출시 날짜 2018-10-10
평점 5.00/5 총 2 개의 평점
개발자 lisahang
이메일 [email protected]
결제 유형 free
지원되는 언어 zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "url-maker",
    "manifest_version": 2,
    "version": "2.2.0",
    "description": "The app can conveniently display the parameters of url.",
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "URL-Maker",
        "default_popup": "change.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/"
            ],
            "js": [
                "jquery-3.1.1.min.js",
                "main.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "storage"
    ]
}