JSONBeautifier
This extension allows user to easily delimit those pesky JSONs in Solr
JSONBeautifier là gì?
JSONBeautifier là một tiện ích mở rộng Chrome được phát triển bởi US7, và tính năng chính của nó là "This extension allows user to easily delimit those pesky JSONs in Solr".
Ả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 JSONBeautifier
Tải xuống các tệp mở rộng JSONBeautifier 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
Have you ever came across a stingified JSON object? JSON beautifier makes it easy, simple, and painless for you to convert strings to nicely formatted and readable JSON objects (and vice versa). With this easy extension, there is no need to open another browser, copy, paste, and then switch back to your original page. JSON beautifier was made to increase the latency of workflows I hope this helps you ! -----Coming Soon---- Select string text on the page and right click - popup with JSON formatted will appear automatically. Easy!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | ofdckocemdaapnoahmbhgfbbodhffajc |
URL Chính Thức | https://chrome.google.com/webstore/detail/jsonbeautifier/ofdckocemdaapnoahmbhgfbbodhffajc |
Mô tả | This extension allows user to easily delimit those pesky JSONs in Solr |
Kích Thước Tệp | 56.76 KB |
Số Lần Cài Đặt | 44 |
Phiên Bản Hiện Tại | 0.67 |
Cập Nhật Lần Cuối | 2017-11-13 |
Ngày Phát Hành | 2017-11-13 |
Nhà Phát Triển | US7 |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/usharma7/JSONBeautifier |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "JSONBeautifier", "description": "This extension allows user to easily delimit those pesky JSONs in Solr", "version": "0.67", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "activeTab", "storage", "contextMenus", "tabs", "*:\/\/*\/*" ], "background": { "scripts": [ "popup.js", "background.js", "selected.js" ], "persistent": true } } |