JSON Array Editor

Replace keys or values in your JSON

JSON Array Editorคืออะไร?

JSON Array Editor เป็นส่วนขยายของ Chrome ที่พัฒนาโดย JARRARDXYZ และคุณลักษณะหลักของมันคือ "Replace keys or values in your JSON"

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

screenshot

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

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

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

                        This extension is a useful tool to find and replace values in JSON arrays and objects. 

Rename your ID key to CustomerID, replace all null values with something useful. 

Updated: Added iterative replacement button - keep changing values on your JSON!                    

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

ชื่อ JSON Array Editor JSON Array Editor
ID egifieelfbfkjhfhbadkkkpimdiebehg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/json-array-editor/egifieelfbfkjhfhbadkkkpimdiebehg
คำอธิบาย Replace keys or values in your JSON
ขนาดไฟล์ 6.2 KB
จำนวนการติดตั้ง 103
เวอร์ชันปัจจุบัน 1.3
อัปเดตครั้งล่าสุด 2022-05-17
วันที่เผยแพร่ 2019-12-24
ผู้พัฒนา JARRARDXYZ
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "JSON Array Editor",
    "version": "1.3",
    "description": "Replace keys or values in your JSON",
    "permissions": [],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/replacer16.png",
            "32": "images\/replacer32.png",
            "48": "images\/replacer48.png",
            "128": "images\/replacer128.png"
        }
    },
    "icons": {
        "16": "images\/replacer16.png",
        "32": "images\/replacer32.png",
        "48": "images\/replacer48.png",
        "128": "images\/replacer128.png"
    },
    "manifest_version": 3
}