CleancodeJSON
A simple tool to format json.
CleancodeJSONคืออะไร?
CleancodeJSON เป็นส่วนขยายของ Chrome ที่พัฒนาโดย developer และคุณลักษณะหลักของมันคือ "A simple tool to format json."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย CleancodeJSON
ดาวน์โหลดไฟล์ส่วนขยาย CleancodeJSON ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Cleancode JSON tool to format, edit, and beautify JSON data in real-time Cleancode JSON – Feature-rich, and user-friendly JSON editor FEATURES: format, edit, and beautify JSON data a native editing experience. Feel free to visit: https:// cleancode-json.club/ for more information! By clicking "Add to Chrome" you accept and agree to install Cleancode JSON Chrome extension, and setting Chrome® New Tab search to that provided by the service and the Terms of Use at https://www.cleancode-json.club/terms-and-conditions/ and Privacy Policy at https://www.cleancode-json.club/privacy-policy/. The extension will update your new tab with Base 64 Encoder and Decoder and search and will change your search engine to provide more insightful and accurate search results.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | CleancodeJSON |
ID | pplokeajidgpcdbhpceiahkjmffjnfon |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/cleancodejson/pplokeajidgpcdbhpceiahkjmffjnfon |
คำอธิบาย | A simple tool to format json. |
ขนาดไฟล์ | 1.55 MB |
จำนวนการติดตั้ง | 159,143 |
เวอร์ชันปัจจุบัน | 1.5 |
อัปเดตครั้งล่าสุด | 2023-01-27 |
วันที่เผยแพร่ | 2023-01-18 |
คะแนน | 4.71/5 รวมทั้งหมด 7 คะแนน |
ผู้พัฒนา | developer |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.cleancode-json.club |
URL หน้าช่วยเหลือ | https://www.cleancode-json.club/contact/ |
URL หน้านโยบายความเป็นส่วนตัว | https://www.cleancode-json.club/privacy-policy |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "CleancodeJSON", "description": "A simple tool to format json.", "version": "1.5", "manifest_version": 3, "homepage_url": "https:\/\/cleancode-json.club\/", "background": { "service_worker": ".\/background.js" }, "chrome_url_overrides": { "newtab": ".\/page\/index.html" }, "permissions": [ "tabs" ], "action": { "default_popup": "popup.html", "default_icon": { "16": ".\/images\/16.png", "32": ".\/images\/32.png", "48": ".\/images\/48.png", "128": ".\/images\/128.png" } }, "icons": { "16": ".\/images\/16.png", "32": ".\/images\/32.png", "48": ".\/images\/48.png", "128": ".\/images\/128.png" } } |