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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "NEW FEATURE: convert JSON to CSV, even if your JSON is arbitrarily nested. Discoverable Json essentially flattens your JSON data…"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में JSON Manipulator - JSON to CSV converter एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 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
सहायता पृष्ठ 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": [
                ""
            ],
            "js": [
                "compiled\/content-script.js"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        "css\/bootstrap.css",
        "css\/material-design-iconic-font.min.css",
        "css\/re-com.css",
        "css\/gron.css"
    ],
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "manifest_version": 2
}