JSON Formatter

Format the JSON

JSON Formatterคืออะไร?

JSON Formatter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://news2think.wordpress.com และคุณลักษณะหลักของมันคือ "Format the JSON"

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Format/Deformat the JSON responses. As mostly in front end world, all Rest API's responses are JSON, so developer need to format the response whenever needed.                    

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

ชื่อ JSON Formatter JSON Formatter
ID cijffkbbjcfdcaliomlcbddnmpjdpdbc
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/json-formatter/cijffkbbjcfdcaliomlcbddnmpjdpdbc
คำอธิบาย Format the JSON
ขนาดไฟล์ 34.77 KB
จำนวนการติดตั้ง 109
เวอร์ชันปัจจุบัน 2.0.4
อัปเดตครั้งล่าสุด 2021-10-07
วันที่เผยแพร่ 2019-08-01
คะแนน 4.80/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา http://news2think.wordpress.com
อีเมล [email protected]
ประเภทการชำระเงิน in_app
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "JSON Formatter",
    "description": "Format the JSON",
    "version": "2.0.4",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "jsonFormat.html"
    },
    "permissions": [
        "activeTab",
        "https:\/\/www.googletagmanager.com\/gtag\/js",
        "https:\/\/www.google-analytics.com\/analytics.js"
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.googletagmanager.com https:\/\/www.google-analytics.com; object-src 'self'"
}