JSON Formatter

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

¿Qué es JSON Formatter?

JSON Formatter es una extensión de Chrome desarrollada por https://www.collaboradev.com, y su función principal es "JSON online formatting tool. Simple, quick and easy to use.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión JSON Formatter

Descarga archivos de extensión JSON Formatter en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre JSON Formatter JSON Formatter
ID bbonbhlfjgpahljegfaibcgpchflglnl
URL Oficial https://chromewebstore.google.com/detail/json-formatter/bbonbhlfjgpahljegfaibcgpchflglnl
Descripción JSON online formatting tool. Simple, quick and easy to use.
Tamaño del Archivo 3.22 MB
Cantidad de Instalaciones 1,948
Versión Actual 1.4
Última Actualización 2022-01-28
Fecha de Publicación 2018-12-07
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador https://www.collaboradev.com
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://json.collaboradev.com
Idiomas Soportados 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\/*"
        ]
    }
}