JSONBeautifier

This extension allows user to easily delimit those pesky JSONs in Solr

JSONBeautifierคืออะไร?

JSONBeautifier เป็นส่วนขยายของ Chrome ที่พัฒนาโดย US7 และคุณลักษณะหลักของมันคือ "This extension allows user to easily delimit those pesky JSONs in Solr"

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

screenshot
screenshot

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

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

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

                        Have you ever came across a stingified JSON object? JSON beautifier makes it easy, simple, and painless for you to convert strings to nicely formatted and readable JSON objects (and vice versa). With this easy extension, there is no need to open another browser, copy, paste, and then switch back to your original page. JSON beautifier was made to increase the latency of workflows 

I hope this helps you ! 

-----Coming Soon----

Select string text on the page and right click - popup with JSON formatted will appear automatically. Easy!                    

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

ชื่อ JSONBeautifier JSONBeautifier
ID ofdckocemdaapnoahmbhgfbbodhffajc
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/jsonbeautifier/ofdckocemdaapnoahmbhgfbbodhffajc
คำอธิบาย This extension allows user to easily delimit those pesky JSONs in Solr
ขนาดไฟล์ 56.76 KB
จำนวนการติดตั้ง 44
เวอร์ชันปัจจุบัน 0.67
อัปเดตครั้งล่าสุด 2017-11-13
วันที่เผยแพร่ 2017-11-13
ผู้พัฒนา US7
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/usharma7/JSONBeautifier
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "JSONBeautifier",
    "description": "This extension allows user to easily delimit those pesky JSONs in Solr",
    "version": "0.67",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "storage",
        "contextMenus",
        "tabs",
        "*:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "popup.js",
            "background.js",
            "selected.js"
        ],
        "persistent": true
    }
}