CSV to JSON Converter
A simple web interface for converting from CSV to JSON.
Was ist CSV to JSON Converter?
CSV to JSON Converter ist eine Chrome-Erweiterung, die von https://wpcocktail.com entwickelt wurde, und ihr Hauptmerkmal ist "A simple web interface for converting from CSV to JSON.".
Erweiterungsscreenshots
CSV to JSON Converter-Erweiterungs-CRX-Datei herunterladen
Laden Sie CSV to JSON Converter-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
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.
Grundlegende Informationen zur Erweiterung
Name | CSV to JSON Converter |
ID | cikhhpjcfcganccgimdcohjgmhjbchco |
Offizielle URL | https://chromewebstore.google.com/detail/csv-to-json-converter/cikhhpjcfcganccgimdcohjgmhjbchco |
Beschreibung | A simple web interface for converting from CSV to JSON. |
Dateigröße | 91.54 KB |
Installationsanzahl | 37 |
Aktuelle Version | 1.0.0 |
Letztes Update | 2022-09-17 |
Veröffentlichungsdatum | 2022-09-16 |
Entwickler | https://wpcocktail.com |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://www.wpcocktail.com/ |
Hilfeseite URL | https://wpcocktail.com/contact-us/ |
Unterstützte Sprachen | 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" } } |