JSON Formatter

Format the JSON

O que é JSON Formatter?

JSON Formatter é uma extensão do Chrome desenvolvida por http://news2think.wordpress.com, e sua principal característica é "Format the JSON".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão JSON Formatter

Baixe arquivos de extensão JSON Formatter 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

                        Format/Deformat the JSON responses. As mostly in front end world, all Rest API's responses are JSON, so developer need to format the response whenever needed.                    

Informações Básicas da Extensão

Nome JSON Formatter JSON Formatter
ID cijffkbbjcfdcaliomlcbddnmpjdpdbc
URL Oficial https://chrome.google.com/webstore/detail/json-formatter/cijffkbbjcfdcaliomlcbddnmpjdpdbc
Descrição Format the JSON
Tamanho do Arquivo 34.77 KB
Contagem de Instalações 109
Versão Atual 2.0.4
Última Atualização 2021-10-07
Data de Publicação 2019-08-01
Classificação 4.80/5 Total de 5 Avaliações
Desenvolvedor http://news2think.wordpress.com
Email [email protected]
Tipo de Pagamento in_app
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "JSON Formatter",
    "description": "Format the JSON",
    "version": "2.0.4",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "jsonFormat.html"
    },
    "permissions": [
        "activeTab",
        "https:\/\/www.googletagmanager.com\/gtag\/js",
        "https:\/\/www.google-analytics.com\/analytics.js"
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.googletagmanager.com https:\/\/www.google-analytics.com; object-src 'self'"
}