JSON Toolbox

Effortless JSON Editing, Anywhere!

JSON Toolboxคืออะไร?

JSON Toolbox เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Extify และคุณลักษณะหลักของมันคือ "Effortless JSON Editing, Anywhere!"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย JSON Toolbox

ดาวน์โหลดไฟล์ส่วนขยาย JSON Toolbox ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Streamline your JSON data management with JSON Editor, a powerful extension that simplifies the process of editing, visualizing, and validating JSON files right in your browser. Whether you're a developer, data analyst, or just working with JSON data, this tool is designed to enhance your workflow.

Hotkeys:
👉 Ctrl+Shift+E or Command+Shift+E to open editor quickly anywhere

Key Features:

👉 Intuitive Interface: Effortlessly navigate and edit your JSON data with a user-friendly interface that's designed for both beginners and seasoned professionals.

👉 Real-time Validation: Ensure your JSON data is well-formed and error-free with our built-in validator, providing instant feedback on any syntax issues.

👉 Syntax Highlighting: Easily identify key components of your JSON objects with syntax highlighting for improved readability.

👉 Import and Export: Seamlessly import JSON files or paste in data from your clipboard. Export edited files with a single click.

👉Compatibility: Works with a wide range of web applications and platforms, providing a versatile solution for all your JSON editing needs.

Get started now and revolutionize the way you handle JSON data!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ JSON Toolbox JSON Toolbox
ID ldeginlonbaajghjihhmjegbebiideie
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/json-toolbox/ldeginlonbaajghjihhmjegbebiideie
คำอธิบาย Effortless JSON Editing, Anywhere!
ขนาดไฟล์ 3.07 MB
จำนวนการติดตั้ง 333
เวอร์ชันปัจจุบัน 1.6
อัปเดตครั้งล่าสุด 2023-10-22
วันที่เผยแพร่ 2023-10-09
ผู้พัฒนา Extify
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://json-toolbox.vercel.app
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "JSON Toolbox",
    "description": "Effortless JSON Editing, Anywhere!",
    "version": "1.6",
    "options_ui": {
        "page": "options.html"
    },
    "icons": {
        "16": "16.png",
        "128": "128.png",
        "192": "192.png",
        "512": "512.png"
    },
    "action": {
        "default_icon": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/vendor.js",
                "js\/content_script.js"
            ]
        }
    ],
    "background": {
        "service_worker": "js\/background.js"
    },
    "permissions": [],
    "web_accessible_resources": [
        {
            "resources": [
                "content.styles.css",
                "16.png",
                "128.png",
                "192.png",
                "512.png",
                "icon.png",
                "toast.js",
                "toast.css"
            ],
            "matches": []
        }
    ],
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+E"
            }
        }
    }
}