Bog Json Parser
Json reponse beautifier
Bog Json Parser là gì?
Bog Json Parser là một tiện ích mở rộng Chrome được phát triển bởi misha.sulikashvili, và tính năng chính của nó là "Json reponse beautifier".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Bog Json Parser
Tải xuống các tệp mở rộng Bog Json Parser dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Bog Json Parser |
ID | ibhkbojhfpckdoggomfahcppclbpkpoa |
URL Chính Thức | https://chromewebstore.google.com/detail/bog-json-parser/ibhkbojhfpckdoggomfahcppclbpkpoa |
Mô tả | Json reponse beautifier |
Kích Thước Tệp | 30.69 KB |
Số Lần Cài Đặt | 92 |
Phiên Bản Hiện Tại | 0.2 |
Cập Nhật Lần Cuối | 2022-09-01 |
Ngày Phát Hành | 2021-10-11 |
Nhà Phát Triển | misha.sulikashvili |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/SkeletonSkelettron/Bog-Json-Parser |
Ngôn Ngữ Được Hỗ Trợ | 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 } |