JSON to CSV
download .JSON to .CSV or in other words; custom csv from json feeds or files.
JSON to CSV란 무엇입니까?
JSON to CSV은(는) Sam Larison에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "download .JSON to .CSV or in other words; custom csv from json feeds or files."입니다.
확장 프로그램 스크린샷
JSON to CSV 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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": [ " |