CodeBeautify
All Developer Friendly tools at your finger tips such as JSON Formatter, XML Viewer, SQL Formatter, Numbers to Words converters
CodeBeautifyคืออะไร?
CodeBeautify เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://codebeautify.org และคุณลักษณะหลักของมันคือ "All Developer Friendly tools at your finger tips such as JSON Formatter, XML Viewer, SQL Formatter, Numbers to Words converters"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย CodeBeautify
ดาวน์โหลดไฟล์ส่วนขยาย CodeBeautify ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Code Beautify is an online code beautifier that allows you to beautify your source code. Code Beautify also provides lots of tools that help to save developer's time. Use search to find more tools. Popular Code Beautify Tools: * JSON Beautify * XML Viewer * SQL Formatter * HTML Viewer * Numbers to Words Converter * Base64 to Image Converter * XML Validator * REM to PX Converter Trending Tools: * Number Sorter * Random Flag Generator * OTP Prompt Generator New Tools Added: * Letter Randomizer * Text Replacer * Full White Screen * JSON Navigator * JSON Fixer * React Formatter * Superpower Generator * Dinosaur Generator * Fursona Generator
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | CodeBeautify |
ID | popfphmhmamgbcboijokepmcjnanoknp |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/codebeautify/popfphmhmamgbcboijokepmcjnanoknp |
คำอธิบาย | All Developer Friendly tools at your finger tips such as JSON Formatter, XML Viewer, SQL Formatter, Numbers to Words converters |
ขนาดไฟล์ | 445 KB |
จำนวนการติดตั้ง | 9,791 |
เวอร์ชันปัจจุบัน | 1.1 |
อัปเดตครั้งล่าสุด | 2022-11-17 |
วันที่เผยแพร่ | 2021-09-05 |
คะแนน | 5.00/5 รวมทั้งหมด 14 คะแนน |
ผู้พัฒนา | https://codebeautify.org |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://codebeautify.org |
URL หน้าช่วยเหลือ | https://codebeautify.org/contactus |
URL หน้านโยบายความเป็นส่วนตัว | https://codebeautify.org/policy |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "CodeBeautify", "description": "All Developer Friendly tools at your finger tips such as JSON Formatter, XML Viewer, SQL Formatter, Numbers to Words converters", "version": "1.1", "manifest_version": 3, "background": { "service_worker": "background.js" }, "action": { "default_popup": "index.html", "default_icon": { "16": "\/img\/cb.png", "32": "\/img\/cb.png", "48": "\/img\/cb.png", "128": "\/img\/cb.png" } }, "icons": { "16": "\/img\/cb.png", "32": "\/img\/cb.png", "48": "\/img\/cb.png", "128": "\/img\/cb.png" } } |