JSON to CSV
download .JSON to .CSV or in other words; custom csv from json feeds or files.
Co to jest JSON to CSV?
JSON to CSV to rozszerzenie Chrome opracowane przez Sam Larison, a jego główną funkcją jest „download .JSON to .CSV or in other words; custom csv from json feeds or files.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia JSON to CSV
Pobierz pliki rozszerzeń JSON to CSV w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | JSON to CSV |
ID | afcnkcoempmipgnobjegmilfmglciipj |
Oficjalny URL | https://chromewebstore.google.com/detail/json-to-csv/afcnkcoempmipgnobjegmilfmglciipj |
Opis | download .JSON to .CSV or in other words; custom csv from json feeds or files. |
Rozmiar pliku | 576 KB |
Liczba instalacji | 642 |
Aktualna Wersja | 0.0.1.13 |
Ostatnia Aktualizacja | 2022-11-16 |
Data Publikacji | 2019-03-08 |
Ocena | 2.25/5 Łącznie 4 Oceny |
Deweloper | Sam Larison |
[email protected] | |
Typ Płatności | free |
Adres URL Strony Polityki Prywatności | http://vidsbee.com/ColorPick/Privacy |
Obsługiwane Języki | 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": [ " |