JSON to CSV
download .JSON to .CSV or in other words; custom csv from json feeds or files.
Cos'è JSON to CSV?
JSON to CSV è un'estensione di Chrome sviluppata da Sam Larison, e la sua funzione principale è "download .JSON to .CSV or in other words; custom csv from json feeds or files.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione JSON to CSV
Scarica i file di estensione JSON to CSV 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
Transform JSON web response to one of two CSV formats
When you view a JSON data feed (typically a web url ending in .json or with Content-Type: application/json) some advanced users will wish to extract some of this complex object data into 2d array like format (i.e. spreadsheet data).
This extension allows you to craft a custom script (which you can save) and then evaluate that script to transform the json array of objects into a flat array of columns, which can then easily be copied and pasted into a spreadsheet or downloaded as CSV format.
Source Code https://github.com/qufighter/csv_from_json Informazioni di Base sull'Estensione
| Nome | |
| ID | afcnkcoempmipgnobjegmilfmglciipj |
| URL Ufficiale | https://chromewebstore.google.com/detail/json-to-csv/afcnkcoempmipgnobjegmilfmglciipj |
| Descrizione | download .JSON to .CSV or in other words; custom csv from json feeds or files. |
| Dimensione del File | 576 KB |
| Conteggio Installazioni | 642 |
| Versione Corrente | 0.0.1.13 |
| Ultimo Aggiornamento | 2022-11-16 |
| Data di Pubblicazione | 2019-03-08 |
| Valutazione | 2.25/5 Totale 4 Valutazioni |
| Sviluppatore | Sam Larison |
| [email protected] | |
| Tipo di Pagamento | free |
| URL della Pagina della Politica sulla Privacy | http://vidsbee.com/ColorPick/Privacy |
| Lingue Supportate | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"description": "download .JSON to .CSV or in other words; custom csv from json feeds or files.",
"name": "JSON to CSV",
"content_scripts": [
{
"js": [
"jsontocsv.user.js"
],
"run_at": "document_idle",
"matches": [
" | |