JSONBeautifier
This extension allows user to easily delimit those pesky JSONs in Solr
什么是JSONBeautifier?
JSONBeautifier是由US7开发的Chrome扩展程序,该扩展的主要功能是“This extension allows user to easily delimit those pesky JSONs in Solr”。
扩展截图
下载JSONBeautifier扩展crx文件
下载JSONBeautifier扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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!
扩展基本信息
名称 | |
ID | ofdckocemdaapnoahmbhgfbbodhffajc |
官方URL | https://chrome.google.com/webstore/detail/jsonbeautifier/ofdckocemdaapnoahmbhgfbbodhffajc |
简介 | This extension allows user to easily delimit those pesky JSONs in Solr |
文件大小 | 56.76 KB |
安装次数 | 44 |
当前版本 | 0.67 |
更新时间 | 2017-11-13 |
上架时间 | 2017-11-13 |
开发者 | US7 |
付费类型 | free |
扩展官网 | https://github.com/usharma7/JSONBeautifier |
支持的语言 | 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 } } |