JSON Formatter

Chrome extension to format JSON

JSON Formatterคืออะไร?

JSON Formatter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Ajanyan และคุณลักษณะหลักของมันคือ "Chrome extension to format JSON"

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        This extension can be used to format JSON data.

Usage 1
1. Select the JSON text on browser screen
2. Right click on the selected text
3. Click on Format JSON

Usage 2
1. Click on the JSON format extension icon
2. Paste the JSON text to the input text area on the left side.
3. Click on Format button                    

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

ชื่อ JSON Formatter JSON Formatter
ID nheccekoienfcnaiegopcdbjanfgcojh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/json-formatter/nheccekoienfcnaiegopcdbjanfgcojh
คำอธิบาย Chrome extension to format JSON
ขนาดไฟล์ 26.69 KB
จำนวนการติดตั้ง 78
เวอร์ชันปัจจุบัน 1.1.1
อัปเดตครั้งล่าสุด 2023-08-22
วันที่เผยแพร่ 2022-05-30
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Ajanyan
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://docs.google.com/document/d/e/2PACX-1vRYBC-rma1pL7va61UTij-FWdl2E3fA4TOJX3AaDkBqMMjVcl4fkkNd1mAZhmSC_h47DECkuekFuDHA/pub
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "JSON Formatter",
    "description": "Chrome extension to format JSON",
    "version": "1.1.1",
    "manifest_version": 3,
    "permissions": [
        "contextMenus"
    ],
    "icons": {
        "128": "icon128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": []
}