JSON Manipulator - JSON to CSV converter
NEW FEATURE: convert JSON to CSV, even if your JSON is arbitrarily nested. Discoverable Json essentially flattens your JSON data…
什麼是JSON Manipulator - JSON to CSV converter?
JSON Manipulator - JSON to CSV converter是由https://polymorphiclabs.io開發的Chrome擴展程式,該擴展的主要功能是“NEW FEATURE: convert JSON to CSV, even if your JSON is arbitrarily nested. Discoverable Json essentially flattens your JSON data…”。
擴展截圖
下載JSON Manipulator - JSON to CSV converter擴展crx文件
下載JSON Manipulator - JSON to CSV converter擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
NEW FEATURE: convert JSON to CSV, even if your JSON is arbitrarily nested. Discoverable Json essentially flattens your JSON data (however nested) into valid javascript expressions. It's very a simple but powerful concept. With absolute javascript paths, you can easily search for the sliver of data you care about. Or, remove the data that are not relevant to you. Or, find and replace. Discoverable Json also automatically reconstructs your data manipulation back to JSON. If you want, you can download the end result. When you are dealing with a sparsely documented JSON blob, or a brand new API that returns a JSON, or simply just got overwhelmed by a deeply nested JSON structure, this tool will help you sort out the mess and find exactly what you need.
擴展基本資訊
名稱 | JSON Manipulator - JSON to CSV converter |
ID | pcakbljjigdafljigcpbmjllkbhlncjg |
官方網址 | https://chromewebstore.google.com/detail/json-manipulator-json-to/pcakbljjigdafljigcpbmjllkbhlncjg |
簡介 | NEW FEATURE: convert JSON to CSV, even if your JSON is arbitrarily nested. Discoverable Json essentially flattens your JSON data… |
檔案大小 | 4.23 MB |
安裝次數 | 200 |
目前版本 | 0.4.0 |
更新時間 | 2023-04-25 |
上架時間 | 2021-02-16 |
評分 | 3.00/5 共 2 次評分 |
開發者 | https://polymorphiclabs.io |
電子郵箱 | [email protected] |
付費類型 | in_app |
擴展官網 | https://github.com/noitcudni/discoverable-json |
說明頁面URL | https://github.com/noitcudni/discoverable-json/issues |
隱私政策頁面URL | https://polymorphiclabs.io/pages-output/privacy_policy |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "JSON Manipulator - JSON to CSV converter", "version": "0.4.0", "browser_action": { "default_title": "Show the popup", "default_popup": "popup.html" }, "icons": { "16": "images\/dj_icon_16.png", "32": "images\/dj_icon_32.png", "48": "images\/dj_icon_48.png", "128": "images\/dj_icon_128.png" }, "content_scripts": [ { "matches": [ " |