JSON Formatter

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

Was ist JSON Formatter?

JSON Formatter ist eine Chrome-Erweiterung, die von https://www.collaboradev.com entwickelt wurde, und ihr Hauptmerkmal ist "JSON online formatting tool. Simple, quick and easy to use.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

JSON Formatter-Erweiterungs-CRX-Datei herunterladen

Laden Sie JSON Formatter-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name JSON Formatter JSON Formatter
ID bbonbhlfjgpahljegfaibcgpchflglnl
Offizielle URL https://chromewebstore.google.com/detail/json-formatter/bbonbhlfjgpahljegfaibcgpchflglnl
Beschreibung JSON online formatting tool. Simple, quick and easy to use.
Dateigröße 3.22 MB
Installationsanzahl 1,948
Aktuelle Version 1.4
Letztes Update 2022-01-28
Veröffentlichungsdatum 2018-12-07
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler https://www.collaboradev.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://json.collaboradev.com
Unterstützte Sprachen 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\/*"
        ]
    }
}