JSON Formatter

Format the JSON

Cos'è JSON Formatter?

JSON Formatter è un'estensione di Chrome sviluppata da http://news2think.wordpress.com, e la sua funzione principale è "Format the JSON".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione JSON Formatter

Scarica i file di estensione JSON Formatter in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome JSON Formatter JSON Formatter
ID cijffkbbjcfdcaliomlcbddnmpjdpdbc
URL Ufficiale https://chrome.google.com/webstore/detail/json-formatter/cijffkbbjcfdcaliomlcbddnmpjdpdbc
Descrizione Format the JSON
Dimensione del File 34.77 KB
Conteggio Installazioni 109
Versione Corrente 2.0.4
Ultimo Aggiornamento 2021-10-07
Data di Pubblicazione 2019-08-01
Valutazione 4.80/5 Totale 5 Valutazioni
Sviluppatore http://news2think.wordpress.com
Email [email protected]
Tipo di Pagamento in_app
Lingue Supportate 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'"
}