JSON Compressor
It will minify or compress the JSON text
JSON Compressorคืออะไร?
JSON Compressor เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Wilson และคุณลักษณะหลักของมันคือ "It will minify or compress the JSON text"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย JSON Compressor
ดาวน์โหลดไฟล์ส่วนขยาย JSON Compressor ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Best JSON Compression Tool with High Compression Ratio.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | JSON Compressor |
ID | mjfdbdokeoeehiiifinfifnakpeajbgm |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/json-compressor/mjfdbdokeoeehiiifinfifnakpeajbgm |
คำอธิบาย | It will minify or compress the JSON text |
ขนาดไฟล์ | 68.14 KB |
จำนวนการติดตั้ง | 156 |
เวอร์ชันปัจจุบัน | 1.1 |
อัปเดตครั้งล่าสุด | 2014-03-06 |
วันที่เผยแพร่ | 2014-03-06 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | Wilson |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | http://tiny.cc/appsprivacy |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "JSON Compressor", "version": "1.1", "description": "It will minify or compress the JSON text", "icons": { "16": "img\/icon-16.png", "48": "img\/icon-48.png", "128": "img\/icon-128.png" }, "browser_action": { "default_title": "JSON Compressor", "default_popup": "popup.html", "default_icon": "img\/icon-48.png" }, "manifest_version": 2, "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'" } |