JSON Formatter
Format the JSON
JSON Formatterとは何ですか?
JSON Formatterはhttp://news2think.wordpress.comによって開発されたChromeの拡張機能で、その主な機能は「Format the JSON」です。
拡張機能のスクリーンショット
JSON Formatter拡張機能のCRXファイルをダウンロード
JSON Formatter拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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.
拡張機能の基本情報
名前 | |
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 |
Eメール | [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'" } |