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文件
下載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 擴展基本資訊
| 名稱 | |
| ID | afcnkcoempmipgnobjegmilfmglciipj |
| 官方網址 | 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": [
" | |