Json and Xml converter
A set of utilities for working with json and xml. Casting json to 1 line. We bring the json object into a beautiful view.
Json and Xml converterคืออะไร?
Json and Xml converter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Максим Шевцов และคุณลักษณะหลักของมันคือ "A set of utilities for working with json and xml. Casting json to 1 line. We bring the json object into a beautiful view."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Json and Xml converter
ดาวน์โหลดไฟล์ส่วนขยาย Json and Xml converter ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
A set of utilities for working with json and xml. Casting json to 1 line. We bring the json object into a beautiful view. ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | clbefbkdndgpfbeejbgaioenoggmjbdj |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/json-and-xml-converter/clbefbkdndgpfbeejbgaioenoggmjbdj |
| คำอธิบาย | A set of utilities for working with json and xml. Casting json to 1 line. We bring the json object into a beautiful view. |
| ขนาดไฟล์ | 33.26 KB |
| จำนวนการติดตั้ง | 64 |
| เวอร์ชันปัจจุบัน | 1.1 |
| อัปเดตครั้งล่าสุด | 2023-07-09 |
| วันที่เผยแพร่ | 2023-07-09 |
| ผู้พัฒนา | Максим Шевцов |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | free |
| URL หน้าช่วยเหลือ | https://apiexpert.net/ |
| ภาษาที่รองรับ | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Json and Xml converter",
"description": "A set of utilities for working with json and xml. Casting json to 1 line. We bring the json object into a beautiful view.",
"version": "1.1",
"icons": {
"16": "images\/empty_16.png",
"32": "images\/empty_32.png",
"48": "images\/empty_48.png",
"64": "images\/empty_64.png",
"128": "images\/empty_128.png"
},
"action": {
"default_popup": "popup\/popup.html"
},
"permissions": [
"scripting",
"activeTab"
],
"background": []
} | |