JSON Formatter

JSON online formatting tool. Simple, quick and easy to use.

JSON Formatterとは何ですか?

JSON Formatterはhttps://www.collaboradev.comによって開発されたChromeの拡張機能で、その主な機能は「JSON online formatting tool. Simple, quick and easy to use.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

JSON Formatter拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        A fast and easy way to format and explore JSON content. With this plugin installed, simply select any JSON text and click the JSON Formatter icon. The plugin will detect any JSON data currently in the clipboard and display the formatted results.  Once formatted, the resulting color coded JSON can be explored with expand and close clicking of JSON nodes as well as modified by clicking back to the source tab.  A copy button allows for easy copying of the formatted JSON back to the clipboard.                    

拡張機能の基本情報

名前 JSON Formatter JSON Formatter
ID bbonbhlfjgpahljegfaibcgpchflglnl
公式URL https://chromewebstore.google.com/detail/json-formatter/bbonbhlfjgpahljegfaibcgpchflglnl
説明 JSON online formatting tool. Simple, quick and easy to use.
ファイルサイズ 3.22 MB
インストール数 1,948
現在のバージョン 1.4
最終更新日 2022-01-28
公開日 2018-12-07
評価 5.00/5 合計 1 レビュー
開発者 https://www.collaboradev.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://json.collaboradev.com
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "JSON Formatter",
    "version": "1.4",
    "description": "JSON online formatting tool. Simple, quick and easy to use.",
    "icons": {
        "16": "img\/logo-16.png",
        "32": "img\/logo-32.png",
        "48": "img\/logo-48.png",
        "128": "img\/logo-128.png"
    },
    "manifest_version": 2,
    "permissions": [
        "declarativeContent",
        "clipboardRead",
        "http:\/\/json.collaboradev.com\/",
        "https:\/\/json.collaboradev.com\/"
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_popup": "overlay.html",
        "default_icon": {
            "16": "img\/logo-16.png",
            "32": "img\/logo-32.png",
            "48": "img\/logo-48.png",
            "128": "img\/logo-128.png"
        }
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/*.collaboradev.com\/*"
        ]
    }
}