JSON to CSV
download .JSON to .CSV or in other words; custom csv from json feeds or files.
JSON to CSV là gì?
JSON to CSV là một tiện ích mở rộng Chrome được phát triển bởi Sam Larison, và tính năng chính của nó là "download .JSON to .CSV or in other words; custom csv from json feeds or files.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng JSON to CSV
Tải xuống các tệp mở rộng JSON to CSV dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | JSON to CSV |
ID | afcnkcoempmipgnobjegmilfmglciipj |
URL Chính Thức | https://chromewebstore.google.com/detail/json-to-csv/afcnkcoempmipgnobjegmilfmglciipj |
Mô tả | download .JSON to .CSV or in other words; custom csv from json feeds or files. |
Kích Thước Tệp | 576 KB |
Số Lần Cài Đặt | 642 |
Phiên Bản Hiện Tại | 0.0.1.13 |
Cập Nhật Lần Cuối | 2022-11-16 |
Ngày Phát Hành | 2019-03-08 |
Đánh Giá | 2.25/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | Sam Larison |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | http://vidsbee.com/ColorPick/Privacy |
Ngôn Ngữ Được Hỗ Trợ | 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": [ " |