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": [ " |