CSV to JSON Converter
A simple web interface for converting from CSV to JSON.
Apa itu CSV to JSON Converter?
CSV to JSON Converter adalah ekstensi Chrome yang dikembangkan oleh https://wpcocktail.com, dan fitur utamanya adalah "A simple web interface for converting from CSV to JSON.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi CSV to JSON Converter
Unduh file ekstensi CSV to JSON Converter dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | CSV to JSON Converter |
ID | cikhhpjcfcganccgimdcohjgmhjbchco |
URL Resmi | https://chromewebstore.google.com/detail/csv-to-json-converter/cikhhpjcfcganccgimdcohjgmhjbchco |
Deskripsi | A simple web interface for converting from CSV to JSON. |
Ukuran File | 91.54 KB |
Jumlah Instalasi | 37 |
Versi Saat Ini | 1.0.0 |
Terakhir Diperbarui | 2022-09-17 |
Tanggal Publikasi | 2022-09-16 |
Pengembang | https://wpcocktail.com |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://www.wpcocktail.com/ |
URL Halaman Bantuan | https://wpcocktail.com/contact-us/ |
Bahasa yang Didukung | 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" } } |