JSON Editor

A tool to view, edit, format, repair, query, transform, and validate JSON

JSON Editor क्या है?

JSON Editor croespino द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A tool to view, edit, format, repair, query, transform, and validate JSON"।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

crx प्रारूप में JSON Editor एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Open web pages with JSON content or JSON files to view, edit, format, repair, query, transform, and validate JSON directly on the browser. 

Features:
* View JSON as a tree. The JSON tree view utilizes right-click to open the context menu, and double-click to start editing a key or value. It supports copy/paste from and to the system clipboard.
* View JSON as formatted text.
* View JSON as a table, for top-level arrays or nested arrays.
* Search and replace
* Undo and redo actions
* Edit the JSON keys, and values, copy, paste, duplicate, insert, or remove
* JSON formatting and minifying
* Query JSON with plain JavaScript or using the built-in form
* Sort, filter, and transform JSON
* Handle large JSON documents up to 512 MB

It uses the powerful https://github.com/josdejong/svelte-jsoneditor/ and the Manifest V3 for enhanced security, privacy, and performance.

Make sure to disable any other JSON viewing built-in into the browser or other JSON viewer extensions.                    

एक्सटेंशन की मूल जानकारी

नाम JSON Editor JSON Editor
ID jcamcakkifmbkjcfejgboieeliaomkab
आधिकारिक URL https://chromewebstore.google.com/detail/json-editor/jcamcakkifmbkjcfejgboieeliaomkab
विवरण A tool to view, edit, format, repair, query, transform, and validate JSON
फ़ाइल का आकार 380 KB
स्थापना संख्या 484
वर्तमान संस्करण 1.0
अंतिम अपडेट 2023-07-23
प्रकाशन तिथि 2023-07-23
रेटिंग 3.00/5 कुल 2 रेटिंग्स
डेवलपर croespino
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/croespino/browser-json-editor
गोपनीयता नीति पृष्ठ URL https://github.com/croespino/browser-json-editor/blob/master/PRIVACY.md
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "JSON Editor",
    "description": "A tool to view, edit, format, repair, query, transform, and validate JSON",
    "version": "1.0",
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                ""
            ]
        }
    ]
}