CodeBeautify
All Developer Friendly tools at your finger tips such as JSON Formatter, XML Viewer, SQL Formatter, Numbers to Words converters
Apa itu CodeBeautify?
CodeBeautify adalah ekstensi Chrome yang dikembangkan oleh https://codebeautify.org, dan fitur utamanya adalah "All Developer Friendly tools at your finger tips such as JSON Formatter, XML Viewer, SQL Formatter, Numbers to Words converters".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi CodeBeautify
Unduh file ekstensi CodeBeautify dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | CodeBeautify |
ID | popfphmhmamgbcboijokepmcjnanoknp |
URL Resmi | https://chromewebstore.google.com/detail/codebeautify/popfphmhmamgbcboijokepmcjnanoknp |
Deskripsi | All Developer Friendly tools at your finger tips such as JSON Formatter, XML Viewer, SQL Formatter, Numbers to Words converters |
Ukuran File | 445 KB |
Jumlah Instalasi | 9,791 |
Versi Saat Ini | 1.1 |
Terakhir Diperbarui | 2022-11-17 |
Tanggal Publikasi | 2021-09-05 |
Penilaian | 5.00/5 Total 14 Penilaian |
Pengembang | https://codebeautify.org |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://codebeautify.org |
URL Halaman Bantuan | https://codebeautify.org/contactus |
URL Halaman Kebijakan Privasi | https://codebeautify.org/policy |
Bahasa yang Didukung | 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" } } |