JSON to CSV
download .JSON to .CSV or in other words; custom csv from json feeds or files.
Vad är JSON to CSV?
JSON to CSV är en Chrome-tillägg utvecklad av Sam Larison, och dess huvudfunktion är "download .JSON to .CSV or in other words; custom csv from json feeds or files.".
Tilläggsskärmbilder
Ladda ner JSON to CSV-förlängningens CRX-fil
Ladda ner JSON to CSV-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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
Grundläggande Information om Tillägg
Namn | JSON to CSV |
ID | afcnkcoempmipgnobjegmilfmglciipj |
Officiell webbadress | https://chromewebstore.google.com/detail/json-to-csv/afcnkcoempmipgnobjegmilfmglciipj |
Beskrivning | download .JSON to .CSV or in other words; custom csv from json feeds or files. |
Filstorlek | 576 KB |
Antal Installationer | 642 |
Aktuell Version | 0.0.1.13 |
Senast Uppdaterad | 2022-11-16 |
Publiceringsdatum | 2019-03-08 |
Betyg | 2.25/5 Totalt 4 Betyg |
Utvecklare | Sam Larison |
E-post | [email protected] |
Betalningssätt | free |
URL till Sekretesspolicy Sidan | http://vidsbee.com/ColorPick/Privacy |
Stödda Språk | 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": [ " |