JSON live editor
Live editor for JSON documents
¿Qué es JSON live editor?
JSON live editor es una extensión de Chrome desarrollada por Stephan Ringel, y su función principal es "Live editor for JSON documents".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión JSON live editor
Descarga archivos de extensión JSON live editor 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
Little online and offline HTML, CSS and JavaScript code editor for messing around with JSON documents. For example, this tool will be useful if you want to manipulate and display JSON data outputted by a REST API. The editor will be activated automatically in the browser if a JSON document is detected (e.g. with http://jsondoc.eu01.aws.af.cm/api/jsondoc). Features : * HTML / CSS / JavaScript editor with syntax highlighting, search, replace and autocomplete * Live code preview * Drop code from File System * Save code to File System * Versioning using browser’s history and local storage * Easy sharing via URL * JSON Validator (invalid JSON is not editable) * Key shortcuts: - cmd + s / ctrl + s => live update / save - cmd + e / ctrl + e => toggle preview / code editor - ctrl + space => autocomplete - cmd + f / ctrl + f => search and highlight code - cmd + g / ctrl + g => find next - shift + cmd + g / shift + ctrl + g => find previous - shift + ctrl + f / cmd + option + f => replace - shift + ctrl + r / shift + cmd + option + f => replace all (Note: this extension might clash with other JSON highlighters/beautifiers, like ‘JSONView’, ‘Pretty JSON’ or ‘Sight’ – disable those before trying this). Credits go to Mrdoob, Callum Locke and CodeMirror folks.
Información Básica de la Extensión
Nombre | JSON live editor |
ID | aeboiihikjegpmcdjpnehnmpiiekjmhb |
URL Oficial | https://chromewebstore.google.com/detail/json-live-editor/aeboiihikjegpmcdjpnehnmpiiekjmhb |
Descripción | Live editor for JSON documents |
Tamaño del Archivo | 252 KB |
Cantidad de Instalaciones | 1,166 |
Versión Actual | 1.2.1 |
Última Actualización | 2019-03-08 |
Fecha de Publicación | 2019-03-08 |
Calificación | 3.43/5 Total de 14 Calificaciones |
Desarrollador | Stephan Ringel |
Tipo de Pago | free |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "JSON live editor", "version": "1.2.1", "manifest_version": 2, "description": "Live editor for JSON documents", "minimum_chrome_version": "21", "icons": { "128": "icons\/128.png", "48": "icons\/48.png", "16": "icons\/16.png" }, "background": { "scripts": [ "js\/background.js" ] }, "content_scripts": [ { "matches": [ " |