CSV to JSON Converter

A simple web interface for converting from CSV to JSON.

Cos'è CSV to JSON Converter?

CSV to JSON Converter è un'estensione di Chrome sviluppata da https://wpcocktail.com, e la sua funzione principale è "A simple web interface for converting from CSV to JSON.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione CSV to JSON Converter

Scarica i file di estensione CSV to JSON Converter in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome CSV to JSON Converter CSV to JSON Converter
ID cikhhpjcfcganccgimdcohjgmhjbchco
URL Ufficiale https://chromewebstore.google.com/detail/csv-to-json-converter/cikhhpjcfcganccgimdcohjgmhjbchco
Descrizione A simple web interface for converting from CSV to JSON.
Dimensione del File 91.54 KB
Conteggio Installazioni 37
Versione Corrente 1.0.0
Ultimo Aggiornamento 2022-09-17
Data di Pubblicazione 2022-09-16
Sviluppatore https://wpcocktail.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.wpcocktail.com/
URL della Pagina di Aiuto https://wpcocktail.com/contact-us/
Lingue Supportate 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"
    }
}