JSON Formatter

Chrome extension to format JSON

JSON Formatterとは何ですか?

JSON FormatterはAjanyanによって開発されたChromeの拡張機能で、その主な機能は「Chrome extension to format JSON」です。

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

screenshot
screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        This extension can be used to format JSON data.

Usage 1
1. Select the JSON text on browser screen
2. Right click on the selected text
3. Click on Format JSON

Usage 2
1. Click on the JSON format extension icon
2. Paste the JSON text to the input text area on the left side.
3. Click on Format button                    

拡張機能の基本情報

名前 JSON Formatter JSON Formatter
ID nheccekoienfcnaiegopcdbjanfgcojh
公式URL https://chromewebstore.google.com/detail/json-formatter/nheccekoienfcnaiegopcdbjanfgcojh
説明 Chrome extension to format JSON
ファイルサイズ 26.69 KB
インストール数 78
現在のバージョン 1.1.1
最終更新日 2023-08-22
公開日 2022-05-30
評価 5.00/5 合計 1 レビュー
開発者 Ajanyan
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://docs.google.com/document/d/e/2PACX-1vRYBC-rma1pL7va61UTij-FWdl2E3fA4TOJX3AaDkBqMMjVcl4fkkNd1mAZhmSC_h47DECkuekFuDHA/pub
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "JSON Formatter",
    "description": "Chrome extension to format JSON",
    "version": "1.1.1",
    "manifest_version": 3,
    "permissions": [
        "contextMenus"
    ],
    "icons": {
        "128": "icon128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": []
}