Bog Json Parser
Json reponse beautifier
Bog Json Parserとは何ですか?
Bog Json Parserはmisha.sulikashviliによって開発されたChromeの拡張機能で、その主な機能は「Json reponse beautifier」です。
拡張機能のスクリーンショット
Bog Json Parser拡張機能のCRXファイルをダウンロード
Bog Json Parser拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Beautify backslash included text response Jsons: Sometimes webapi calls return responses like this: "{\"room\":{\"id\":\"616078334c10e1dd8a433588\"},\"timeReserves\":null}" Problem is, chrome developer tools response preview can not beautify this kind of response, which is presented in first screenshot and this extension solves this problem. Same response is displayed in second screenshot, parsed by extension.
拡張機能の基本情報
名前 | Bog Json Parser |
ID | ibhkbojhfpckdoggomfahcppclbpkpoa |
公式URL | https://chromewebstore.google.com/detail/bog-json-parser/ibhkbojhfpckdoggomfahcppclbpkpoa |
説明 | Json reponse beautifier |
ファイルサイズ | 30.69 KB |
インストール数 | 92 |
現在のバージョン | 0.2 |
最終更新日 | 2022-09-01 |
公開日 | 2021-10-11 |
開発者 | misha.sulikashvili |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/SkeletonSkelettron/Bog-Json-Parser |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Bog Json Parser", "version": "0.2", "description": "Json reponse beautifier", "devtools_page": "devtools.html", "background": { "service_worker": "background.js" }, "action": { "default_icon": "json-file.png", "default_title": "Ugly json response beautifier" }, "icons": { "128": "json128.png", "16": "json16.png", "48": "json48.png" }, "manifest_version": 3 } |