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ファイルをダウンロード

JSONBeautifier拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
    }
}