JSON Formatter

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

Wat is JSON Formatter?

JSON Formatter is een Chrome-extensie ontwikkeld door https://www.collaboradev.com, en de belangrijkste functie is "JSON online formatting tool. Simple, quick and easy to use.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie JSON Formatter

Download JSON Formatter-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam JSON Formatter JSON Formatter
ID bbonbhlfjgpahljegfaibcgpchflglnl
Officiële URL https://chromewebstore.google.com/detail/json-formatter/bbonbhlfjgpahljegfaibcgpchflglnl
Beschrijving JSON online formatting tool. Simple, quick and easy to use.
Bestandsgrootte 3.22 MB
Aantal Installaties 1,948
Huidige Versie 1.4
Laatst Bijgewerkt 2022-01-28
Publicatiedatum 2018-12-07
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar https://www.collaboradev.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://json.collaboradev.com
Ondersteunde Talen 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\/*"
        ]
    }
}