CSV to JSON Converter
A simple web interface for converting from CSV to JSON.
¿Qué es CSV to JSON Converter?
CSV to JSON Converter es una extensión de Chrome desarrollada por https://wpcocktail.com, y su función principal es "A simple web interface for converting from CSV to JSON.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión CSV to JSON Converter
Descarga archivos de extensión CSV to JSON Converter 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
CSV / JSON Converter A simple web interface for converting from JSON to CSV. All data stored in browser's local storage only, no data is communicated once the page has loaded. For Microsoft Excel compatibility, simply use tab delimiters and save the file with the .xls extension.
Información Básica de la Extensión
Nombre | CSV to JSON Converter |
ID | cikhhpjcfcganccgimdcohjgmhjbchco |
URL Oficial | https://chromewebstore.google.com/detail/csv-to-json-converter/cikhhpjcfcganccgimdcohjgmhjbchco |
Descripción | A simple web interface for converting from CSV to JSON. |
Tamaño del Archivo | 91.54 KB |
Cantidad de Instalaciones | 37 |
Versión Actual | 1.0.0 |
Última Actualización | 2022-09-17 |
Fecha de Publicación | 2022-09-16 |
Desarrollador | https://wpcocktail.com |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://www.wpcocktail.com/ |
URL de la Página de Ayuda | https://wpcocktail.com/contact-us/ |
Idiomas Soportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "CSV to JSON Converter", "version": "1.0.0", "description": "A simple web interface for converting from CSV to JSON.", "author": "wpcocktail", "icons": { "16": "img\/icon.png", "48": "img\/icon.png", "128": "img\/icon.png" }, "background": { "service_worker": "background.js" }, "action": { "default_title": "CSV to JSON Converter" } } |