JSON to CSV
download .JSON to .CSV or in other words; custom csv from json feeds or files.
Was ist JSON to CSV?
JSON to CSV ist eine Chrome-Erweiterung, die von Sam Larison entwickelt wurde, und ihr Hauptmerkmal ist "download .JSON to .CSV or in other words; custom csv from json feeds or files.".
Erweiterungsscreenshots
JSON to CSV-Erweiterungs-CRX-Datei herunterladen
Laden Sie JSON to CSV-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | JSON to CSV |
ID | afcnkcoempmipgnobjegmilfmglciipj |
Offizielle URL | https://chromewebstore.google.com/detail/json-to-csv/afcnkcoempmipgnobjegmilfmglciipj |
Beschreibung | download .JSON to .CSV or in other words; custom csv from json feeds or files. |
Dateigröße | 576 KB |
Installationsanzahl | 642 |
Aktuelle Version | 0.0.1.13 |
Letztes Update | 2022-11-16 |
Veröffentlichungsdatum | 2019-03-08 |
Bewertung | 2.25/5 Insgesamt 4 Bewertungen |
Entwickler | Sam Larison |
[email protected] | |
Zahlungsart | free |
URL der Datenschutzrichtlinien-Seite | http://vidsbee.com/ColorPick/Privacy |
Unterstützte Sprachen | 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": [ " |