JSON Formatter

Format the JSON

JSON Formatter란 무엇입니까?

JSON Formatter은(는) http://news2think.wordpress.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Format the JSON"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

JSON Formatter 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Format/Deformat the JSON responses. As mostly in front end world, all Rest API's responses are JSON, so developer need to format the response whenever needed.                    

확장 프로그램 기본 정보

이름 JSON Formatter JSON Formatter
ID cijffkbbjcfdcaliomlcbddnmpjdpdbc
공식 URL https://chrome.google.com/webstore/detail/json-formatter/cijffkbbjcfdcaliomlcbddnmpjdpdbc
설명 Format the JSON
파일 크기 34.77 KB
설치 횟수 109
현재 버전 2.0.4
최근 업데이트 2021-10-07
출시 날짜 2019-08-01
평점 4.80/5 총 5 개의 평점
개발자 http://news2think.wordpress.com
이메일 [email protected]
결제 유형 in_app
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "JSON Formatter",
    "description": "Format the JSON",
    "version": "2.0.4",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "jsonFormat.html"
    },
    "permissions": [
        "activeTab",
        "https:\/\/www.googletagmanager.com\/gtag\/js",
        "https:\/\/www.google-analytics.com\/analytics.js"
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.googletagmanager.com https:\/\/www.google-analytics.com; object-src 'self'"
}