Juan Ramón JSON Beautifier

Quick JSON code beautifier by Juan Ramon Jimenez

Juan Ramón JSON Beautifier란 무엇입니까?

Juan Ramón JSON Beautifier은(는) http://www.juanramonjimenez.es에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Quick JSON code beautifier by Juan Ramon Jimenez"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Juan Ramón JSON Beautifier 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        It´s basically a quick JSON code beautifier and also test if it is well formed. For programmers, testers and more.

I did it for me and I know that could be useful for more people, I think there is nothing like this in Chrome store.

You can select text with json code, then push Ctrl + C (in windows, Command + C  in Mac) for copy to the clipboard, and then in Chrome push the icon or push Alt + C and you have got it.

If you have suggestions please let me know: [email protected]                    

확장 프로그램 기본 정보

이름 Juan Ramón JSON Beautifier Juan Ramón JSON Beautifier
ID cggldejocpefikeabhclhgcohimdgcfh
공식 URL https://chrome.google.com/webstore/detail/juan-ram%C3%B3n-json-beautifie/cggldejocpefikeabhclhgcohimdgcfh
설명 Quick JSON code beautifier by Juan Ramon Jimenez
파일 크기 10.78 KB
설치 횟수 206
현재 버전 1.0
최근 업데이트 2014-08-06
출시 날짜 2014-08-06
평점 5.00/5 총 5 개의 평점
개발자 http://www.juanramonjimenez.es
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://juanramonjimenez.es/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "name": "Juan Ram\u00f3n JSON Beautifier",
    "version": "1.0",
    "description": "Quick JSON code beautifier by Juan Ramon Jimenez",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_title": "Juan Ram\u00f3n JSON Beautifier",
        "default_icon": "icon.png",
        "default_popup": "index.html"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "clipboardRead",
        "clipboardWrite"
    ],
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "windows": "Alt+C",
                "mac": "Alt+C",
                "chromeos": "Alt+C",
                "linux": "Alt+C"
            }
        }
    }
}