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 |
| 公式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 |
| Eメール | [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": [
" | |