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 هو إضافة Chrome تم تطويرها بواسطة https://polymorphiclabs.io، والميزة الرئيسية لها هي "NEW FEATURE: convert JSON to CSV, even if your JSON is arbitrarily nested. Discoverable Json essentially flattens your JSON data…".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة JSON Manipulator - JSON to CSV converter
قم بتنزيل ملفات الامتداد JSON Manipulator - JSON to CSV converter بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
عنوان URL الرسمي | 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 |
عنوان صفحة المساعدة | https://github.com/noitcudni/discoverable-json/issues |
عنوان صفحة سياسة الخصوصية | 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": [ " |