JSON Formatter

Chrome extension to format JSON

Cos'è JSON Formatter?

JSON Formatter è un'estensione di Chrome sviluppata da Ajanyan, e la sua funzione principale è "Chrome extension to format JSON".

Screenshot dell'Estensione

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

                        This extension can be used to format JSON data.

Usage 1
1. Select the JSON text on browser screen
2. Right click on the selected text
3. Click on Format JSON

Usage 2
1. Click on the JSON format extension icon
2. Paste the JSON text to the input text area on the left side.
3. Click on Format button                    

Informazioni di Base sull'Estensione

Nome JSON Formatter JSON Formatter
ID nheccekoienfcnaiegopcdbjanfgcojh
URL Ufficiale https://chromewebstore.google.com/detail/json-formatter/nheccekoienfcnaiegopcdbjanfgcojh
Descrizione Chrome extension to format JSON
Dimensione del File 26.69 KB
Conteggio Installazioni 78
Versione Corrente 1.1.1
Ultimo Aggiornamento 2023-08-22
Data di Pubblicazione 2022-05-30
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Ajanyan
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://docs.google.com/document/d/e/2PACX-1vRYBC-rma1pL7va61UTij-FWdl2E3fA4TOJX3AaDkBqMMjVcl4fkkNd1mAZhmSC_h47DECkuekFuDHA/pub
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "JSON Formatter",
    "description": "Chrome extension to format JSON",
    "version": "1.1.1",
    "manifest_version": 3,
    "permissions": [
        "contextMenus"
    ],
    "icons": {
        "128": "icon128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": []
}