JSON to CSV
download .JSON to .CSV or in other words; custom csv from json feeds or files.
Apa itu JSON to CSV?
JSON to CSV adalah ekstensi Chrome yang dikembangkan oleh Sam Larison, dan fitur utamanya adalah "download .JSON to .CSV or in other words; custom csv from json feeds or files.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi JSON to CSV
Unduh file ekstensi JSON to CSV dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | JSON to CSV |
ID | afcnkcoempmipgnobjegmilfmglciipj |
URL Resmi | https://chromewebstore.google.com/detail/json-to-csv/afcnkcoempmipgnobjegmilfmglciipj |
Deskripsi | download .JSON to .CSV or in other words; custom csv from json feeds or files. |
Ukuran File | 576 KB |
Jumlah Instalasi | 642 |
Versi Saat Ini | 0.0.1.13 |
Terakhir Diperbarui | 2022-11-16 |
Tanggal Publikasi | 2019-03-08 |
Penilaian | 2.25/5 Total 4 Penilaian |
Pengembang | Sam Larison |
[email protected] | |
Tipe Pembayaran | free |
URL Halaman Kebijakan Privasi | http://vidsbee.com/ColorPick/Privacy |
Bahasa yang Didukung | 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": [ " |