CSV to JSON Converter
A simple web interface for converting from CSV to JSON.
What is CSV to JSON Converter?
CSV to JSON Converter is a Chrome extension developed by https://wpcocktail.com, and its main feature is "A simple web interface for converting from CSV to JSON.".
Extension Screenshots
Download CSV to JSON Converter Extension CRX File
Download CSV to JSON Converter extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | CSV to JSON Converter |
ID | cikhhpjcfcganccgimdcohjgmhjbchco |
Official URL | https://chromewebstore.google.com/detail/csv-to-json-converter/cikhhpjcfcganccgimdcohjgmhjbchco |
Description | A simple web interface for converting from CSV to JSON. |
File Size | 91.54 KB |
Installation Count | 37 |
Current Version | 1.0.0 |
Last Updated | 2022-09-17 |
Publish Date | 2022-09-16 |
Developer | https://wpcocktail.com |
[email protected] | |
Payment Type | free |
Extension Website | https://www.wpcocktail.com/ |
Help Page URL | https://wpcocktail.com/contact-us/ |
Supported Languages | 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" } } |