JSONBeautifier

This extension allows user to easily delimit those pesky JSONs in Solr

O que é JSONBeautifier?

JSONBeautifier é uma extensão do Chrome desenvolvida por US7, e sua principal característica é "This extension allows user to easily delimit those pesky JSONs in Solr".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão JSONBeautifier

Baixe arquivos de extensão JSONBeautifier no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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!                    

Informações Básicas da Extensão

Nome JSONBeautifier JSONBeautifier
ID ofdckocemdaapnoahmbhgfbbodhffajc
URL Oficial https://chrome.google.com/webstore/detail/jsonbeautifier/ofdckocemdaapnoahmbhgfbbodhffajc
Descrição This extension allows user to easily delimit those pesky JSONs in Solr
Tamanho do Arquivo 56.76 KB
Contagem de Instalações 44
Versão Atual 0.67
Última Atualização 2017-11-13
Data de Publicação 2017-11-13
Desenvolvedor US7
Tipo de Pagamento free
Site da Extensão https://github.com/usharma7/JSONBeautifier
Idiomas Suportados 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
    }
}