CSV to JSON Converter
A simple web interface for converting from CSV to JSON.
Qu'est-ce que CSV to JSON Converter ?
CSV to JSON Converter est une extension Chrome développée par https://wpcocktail.com, et sa fonction principale est "A simple web interface for converting from CSV to JSON.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension CSV to JSON Converter
Téléchargez les fichiers d'extension CSV to JSON Converter au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | CSV to JSON Converter |
ID | cikhhpjcfcganccgimdcohjgmhjbchco |
URL Officiel | https://chromewebstore.google.com/detail/csv-to-json-converter/cikhhpjcfcganccgimdcohjgmhjbchco |
Description | A simple web interface for converting from CSV to JSON. |
Taille du Fichier | 91.54 KB |
Nombre d'Installations | 37 |
Version Actuelle | 1.0.0 |
Dernière Mise à Jour | 2022-09-17 |
Date de Publication | 2022-09-16 |
Développeur | https://wpcocktail.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://www.wpcocktail.com/ |
URL de la Page d'Aide | https://wpcocktail.com/contact-us/ |
Langues Prises en Charge | 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" } } |