JSON Formatter

JSON online formatting tool. Simple, quick and easy to use.

Qu'est-ce que JSON Formatter ?

JSON Formatter est une extension Chrome développée par https://www.collaboradev.com, et sa fonction principale est "JSON online formatting tool. Simple, quick and easy to use.".

Captures d'Écran de l'Extension

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

                        A fast and easy way to format and explore JSON content. With this plugin installed, simply select any JSON text and click the JSON Formatter icon. The plugin will detect any JSON data currently in the clipboard and display the formatted results.  Once formatted, the resulting color coded JSON can be explored with expand and close clicking of JSON nodes as well as modified by clicking back to the source tab.  A copy button allows for easy copying of the formatted JSON back to the clipboard.                    

Informations de Base sur l'Extension

Nom JSON Formatter JSON Formatter
ID bbonbhlfjgpahljegfaibcgpchflglnl
URL Officiel https://chromewebstore.google.com/detail/json-formatter/bbonbhlfjgpahljegfaibcgpchflglnl
Description JSON online formatting tool. Simple, quick and easy to use.
Taille du Fichier 3.22 MB
Nombre d'Installations 1,948
Version Actuelle 1.4
Dernière Mise à Jour 2022-01-28
Date de Publication 2018-12-07
Évaluation 5.00/5 Total 1 Évaluations
Développeur https://www.collaboradev.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://json.collaboradev.com
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "JSON Formatter",
    "version": "1.4",
    "description": "JSON online formatting tool. Simple, quick and easy to use.",
    "icons": {
        "16": "img\/logo-16.png",
        "32": "img\/logo-32.png",
        "48": "img\/logo-48.png",
        "128": "img\/logo-128.png"
    },
    "manifest_version": 2,
    "permissions": [
        "declarativeContent",
        "clipboardRead",
        "http:\/\/json.collaboradev.com\/",
        "https:\/\/json.collaboradev.com\/"
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_popup": "overlay.html",
        "default_icon": {
            "16": "img\/logo-16.png",
            "32": "img\/logo-32.png",
            "48": "img\/logo-48.png",
            "128": "img\/logo-128.png"
        }
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/*.collaboradev.com\/*"
        ]
    }
}