JSONBeautifier
This extension allows user to easily delimit those pesky JSONs in Solr
¿Qué es JSONBeautifier?
JSONBeautifier es una extensión de Chrome desarrollada por US7, y su función principal es "This extension allows user to easily delimit those pesky JSONs in Solr".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión JSONBeautifier
Descarga archivos de extensión JSONBeautifier en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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!
Información Básica de la Extensión
Nombre | |
ID | ofdckocemdaapnoahmbhgfbbodhffajc |
URL Oficial | https://chrome.google.com/webstore/detail/jsonbeautifier/ofdckocemdaapnoahmbhgfbbodhffajc |
Descripción | This extension allows user to easily delimit those pesky JSONs in Solr |
Tamaño del Archivo | 56.76 KB |
Cantidad de Instalaciones | 44 |
Versión Actual | 0.67 |
Última Actualización | 2017-11-13 |
Fecha de Publicación | 2017-11-13 |
Desarrollador | US7 |
Tipo de Pago | free |
Sitio Web de la Extensión | https://github.com/usharma7/JSONBeautifier |
Idiomas Soportados | 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 } } |