JSON to CSV
download .JSON to .CSV or in other words; custom csv from json feeds or files.
Wat is JSON to CSV?
JSON to CSV is een Chrome-extensie ontwikkeld door Sam Larison, en de belangrijkste functie is "download .JSON to .CSV or in other words; custom csv from json feeds or files.".
Extensie Screenshots
Download het CRX-bestand van de extensie JSON to CSV
Download JSON to CSV-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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 Basisinformatie over de Extensie
| Naam | |
| ID | afcnkcoempmipgnobjegmilfmglciipj |
| Officiële URL | https://chromewebstore.google.com/detail/json-to-csv/afcnkcoempmipgnobjegmilfmglciipj |
| Beschrijving | download .JSON to .CSV or in other words; custom csv from json feeds or files. |
| Bestandsgrootte | 576 KB |
| Aantal Installaties | 642 |
| Huidige Versie | 0.0.1.13 |
| Laatst Bijgewerkt | 2022-11-16 |
| Publicatiedatum | 2019-03-08 |
| Beoordeling | 2.25/5 Totaal 4 Beoordelingen |
| Ontwikkelaar | Sam Larison |
| [email protected] | |
| Betalingswijze | free |
| URL van de Privacybeleid Pagina | http://vidsbee.com/ColorPick/Privacy |
| Ondersteunde Talen | 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": [
" | |