JSON Formatter

Format the JSON

Was ist JSON Formatter?

JSON Formatter ist eine Chrome-Erweiterung, die von http://news2think.wordpress.com entwickelt wurde, und ihr Hauptmerkmal ist "Format the JSON".

Erweiterungsscreenshots

screenshot
screenshot
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

                        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.                    

Grundlegende Informationen zur Erweiterung

Name JSON Formatter JSON Formatter
ID cijffkbbjcfdcaliomlcbddnmpjdpdbc
Offizielle URL https://chrome.google.com/webstore/detail/json-formatter/cijffkbbjcfdcaliomlcbddnmpjdpdbc
Beschreibung Format the JSON
Dateigröße 34.77 KB
Installationsanzahl 109
Aktuelle Version 2.0.4
Letztes Update 2021-10-07
Veröffentlichungsdatum 2019-08-01
Bewertung 4.80/5 Insgesamt 5 Bewertungen
Entwickler http://news2think.wordpress.com
E-Mail [email protected]
Zahlungsart in_app
Unterstützte Sprachen 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'"
}