CSV to JSON Converter
A simple web interface for converting from CSV to JSON.
Wat is CSV to JSON Converter?
CSV to JSON Converter is een Chrome-extensie ontwikkeld door https://wpcocktail.com, en de belangrijkste functie is "A simple web interface for converting from CSV to JSON.".
Extensie Screenshots
Download het CRX-bestand van de extensie CSV to JSON Converter
Download CSV to JSON Converter-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
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.
Basisinformatie over de Extensie
Naam | CSV to JSON Converter |
ID | cikhhpjcfcganccgimdcohjgmhjbchco |
Officiële URL | https://chromewebstore.google.com/detail/csv-to-json-converter/cikhhpjcfcganccgimdcohjgmhjbchco |
Beschrijving | A simple web interface for converting from CSV to JSON. |
Bestandsgrootte | 91.54 KB |
Aantal Installaties | 37 |
Huidige Versie | 1.0.0 |
Laatst Bijgewerkt | 2022-09-17 |
Publicatiedatum | 2022-09-16 |
Ontwikkelaar | https://wpcocktail.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://www.wpcocktail.com/ |
Help Pagina-URL | https://wpcocktail.com/contact-us/ |
Ondersteunde Talen | 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" } } |