JSON to CSV
download .JSON to .CSV or in other words; custom csv from json feeds or files.
Что такое JSON to CSV?
JSON to CSV - это расширение Chrome, разработанное Sam Larison, и его основная функция - "download .JSON to .CSV or in other words; custom csv from json feeds or files.".
Снимки экрана расширения
Скачать файл CRX расширения JSON to CSV
Скачайте файлы расширений JSON to CSV в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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
Основная информация о расширении
Название | JSON to CSV |
ID | afcnkcoempmipgnobjegmilfmglciipj |
Официальный URL | https://chromewebstore.google.com/detail/json-to-csv/afcnkcoempmipgnobjegmilfmglciipj |
Описание | download .JSON to .CSV or in other words; custom csv from json feeds or files. |
Размер файла | 576 KB |
Количество установок | 642 |
Текущая Версия | 0.0.1.13 |
Последнее Обновление | 2022-11-16 |
Дата публикации | 2019-03-08 |
Рейтинг | 2.25/5 Всего 4 оценок |
Разработчик | Sam Larison |
Электронная почта | [email protected] |
Тип оплаты | free |
URL страницы политики конфиденциальности | http://vidsbee.com/ColorPick/Privacy |
Поддерживаемые языки | 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": [ " |