Developer Toolbox

A toolbox for developers

Developer Toolbox란 무엇입니까?

Developer Toolbox은(는) jingyuan에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A toolbox for developers"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Developer Toolbox 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        A Chrome extension for developers.

What's inside?
1. An IP finder, with which you can copy your private or  IP address with one click.
2. A JSON formatter, which allows you manipulate a JSON in an editor.
3. A case transform, which transform case between camel, underscore and kebab.
4. A image editor, which helps you produce avatar or icon fast.                    

확장 프로그램 기본 정보

이름 Developer Toolbox Developer Toolbox
ID pgfabdffjnpacfhiciacbdhigogchehh
공식 URL https://chromewebstore.google.com/detail/developer-toolbox/pgfabdffjnpacfhiciacbdhigogchehh
설명 A toolbox for developers
파일 크기 491 KB
설치 횟수 141
현재 버전 1.1.7
최근 업데이트 2019-05-29
출시 날짜 2019-05-28
평점 5.00/5 총 2 개의 평점
개발자 jingyuan
이메일 [email protected]
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Developer Toolbox",
    "description": "A toolbox for developers",
    "version": "1.1.7",
    "browser_action": {
        "default_popup": "popup.html"
    },
    "manifest_version": 2,
    "icons": {
        "16": "static\/icon16.png",
        "32": "static\/icon32.png",
        "48": "static\/icon48.png",
        "128": "static\/icon128.png"
    }
}