JSONBeautifier

This extension allows user to easily delimit those pesky JSONs in Solr

JSONBeautifier란 무엇입니까?

JSONBeautifier은(는) US7에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension allows user to easily delimit those pesky JSONs in Solr"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Have you ever came across a stingified JSON object? JSON beautifier makes it easy, simple, and painless for you to convert strings to nicely formatted and readable JSON objects (and vice versa). With this easy extension, there is no need to open another browser, copy, paste, and then switch back to your original page. JSON beautifier was made to increase the latency of workflows 

I hope this helps you ! 

-----Coming Soon----

Select string text on the page and right click - popup with JSON formatted will appear automatically. Easy!                    

확장 프로그램 기본 정보

이름 JSONBeautifier JSONBeautifier
ID ofdckocemdaapnoahmbhgfbbodhffajc
공식 URL https://chrome.google.com/webstore/detail/jsonbeautifier/ofdckocemdaapnoahmbhgfbbodhffajc
설명 This extension allows user to easily delimit those pesky JSONs in Solr
파일 크기 56.76 KB
설치 횟수 44
현재 버전 0.67
최근 업데이트 2017-11-13
출시 날짜 2017-11-13
개발자 US7
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/usharma7/JSONBeautifier
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "JSONBeautifier",
    "description": "This extension allows user to easily delimit those pesky JSONs in Solr",
    "version": "0.67",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "storage",
        "contextMenus",
        "tabs",
        "*:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "popup.js",
            "background.js",
            "selected.js"
        ],
        "persistent": true
    }
}