JSONBeautifier
This extension allows user to easily delimit those pesky JSONs in Solr
Wat is JSONBeautifier?
JSONBeautifier is een Chrome-extensie ontwikkeld door US7, en de belangrijkste functie is "This extension allows user to easily delimit those pesky JSONs in Solr".
Extensie Screenshots
Download het CRX-bestand van de extensie JSONBeautifier
Download JSONBeautifier-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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!
Basisinformatie over de Extensie
Naam | |
ID | ofdckocemdaapnoahmbhgfbbodhffajc |
Officiële URL | https://chrome.google.com/webstore/detail/jsonbeautifier/ofdckocemdaapnoahmbhgfbbodhffajc |
Beschrijving | This extension allows user to easily delimit those pesky JSONs in Solr |
Bestandsgrootte | 56.76 KB |
Aantal Installaties | 44 |
Huidige Versie | 0.67 |
Laatst Bijgewerkt | 2017-11-13 |
Publicatiedatum | 2017-11-13 |
Ontwikkelaar | US7 |
Betalingswijze | free |
Extensiewebsite | https://github.com/usharma7/JSONBeautifier |
Ondersteunde Talen | 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 } } |