JSON Formatter

Instantly transform raw JSON into a beautifully structured and color-coded format.

JSON Formatterคืออะไร?

JSON Formatter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Todd Garland และคุณลักษณะหลักของมันคือ "Instantly transform raw JSON into a beautifully structured and color-coded format."

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Improve Your JSON Viewing Experience with JSON Formatter!

When you encounter raw JSON data, it's often just an overwhelming wall of text. Navigating this maze can be tedious and error-prone. But with the enhanced JSON Formatter, you can now visualize, understand, and interact with JSON in ways you never imagined.

Why Choose JSON Formatter?

🌟 Intuitive Visualization: Not only does our extension decode raw JSON to present it in a beautifully structured format, but it also detects colors and shows a small color swatch. With clear indentations, color-coded elements, and organized blocks, you can discern different components at a glance.

🖼️ Image Previews: Whenever images are detected within your JSON data, JSON Formatter will provide a handy preview, making your data more interactive and easier to understand.

🔍 Effortless Navigation: Dive deep into nested structures with our collapsible trees and indent guides. And with the added feature of human-readable timestamps, understanding your data's timeline becomes a breeze.

🔗 Clickable URLs: Found a link within your JSON? It's now instantly clickable! No more copy-pasting. This streamlines your workflow and saves you time.

⏳ Human-Readable Timestamps: No more puzzling over cryptic timestamps. Our extension now converts them into a format that's easy to understand.

🔄 Toggle with Ease: Whether you need the original data or the formatted version, effortlessly switch between raw and parsed views with a simple click.

📤 Export to jsonlint.com: Want to edit your JSON? Easily export it to jsonlint.com and make your modifications there.

🛡️ Safe and Respectful: We prioritize your privacy. Our extension operates client-side, ensuring your data never leaves your browser. No tracking, no data collection, just pure JSON magic.

Speed Up Your Development Workflow

For developers, every second counts. Why squint at unformatted JSON when you can view, interact, and even edit it seamlessly? With JSON Formatter, you're not just reading data; you're experiencing it. Whether you're debugging, analyzing, or just curious, our tool is designed to speed up your workflow.

Install JSON Formatter today and transform chaos into clarity!                    

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

ชื่อ JSON Formatter JSON Formatter
ID ondecobpcidaehknoegeapmclapnkgcl
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/json-formatter/ondecobpcidaehknoegeapmclapnkgcl
คำอธิบาย Instantly transform raw JSON into a beautifully structured and color-coded format.
ขนาดไฟล์ 193 KB
จำนวนการติดตั้ง 2,563
เวอร์ชันปัจจุบัน 0.03
อัปเดตครั้งล่าสุด 2023-10-17
วันที่เผยแพร่ 2023-09-24
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา Todd Garland
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://jsonlint.com/json-formatter
URL หน้าช่วยเหลือ https://github.com/circlecell/jsonformatter
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "JSON Formatter",
    "version": "0.03",
    "description": "Instantly transform raw JSON into a beautifully structured and color-coded format.",
    "permissions": [
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "styles.css"
            ]
        }
    ],
    "action": {
        "default_icon": {
            "16": "icons\/icon16.png",
            "48": "icons\/icon48.png",
            "128": "icons\/icon128.png"
        }
    },
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "fonts\/MonoLisaVariableNormal.woff2",
                "fonts\/MonoLisaVariableItalic.woff2"
            ],
            "matches": [
                ""
            ]
        }
    ]
}

ส่วนขยายที่เกี่ยวข้อง