JSON Formatter

Chrome extension to format JSON

Qu'est-ce que JSON Formatter ?

JSON Formatter est une extension Chrome développée par Ajanyan, et sa fonction principale est "Chrome extension to format JSON".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension JSON Formatter

Téléchargez les fichiers d'extension JSON Formatter au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom JSON Formatter JSON Formatter
ID nheccekoienfcnaiegopcdbjanfgcojh
URL Officiel https://chromewebstore.google.com/detail/json-formatter/nheccekoienfcnaiegopcdbjanfgcojh
Description Chrome extension to format JSON
Taille du Fichier 26.69 KB
Nombre d'Installations 78
Version Actuelle 1.1.1
Dernière Mise à Jour 2023-08-22
Date de Publication 2022-05-30
Évaluation 5.00/5 Total 1 Évaluations
Développeur Ajanyan
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://docs.google.com/document/d/e/2PACX-1vRYBC-rma1pL7va61UTij-FWdl2E3fA4TOJX3AaDkBqMMjVcl4fkkNd1mAZhmSC_h47DECkuekFuDHA/pub
Langues Prises en Charge 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": []
}