CodeBeautify
All Developer Friendly tools at your finger tips such as JSON Formatter, XML Viewer, SQL Formatter, Numbers to Words converters
What is CodeBeautify?
CodeBeautify is a Chrome extension developed by https://codebeautify.org, and its main feature is "All Developer Friendly tools at your finger tips such as JSON Formatter, XML Viewer, SQL Formatter, Numbers to Words converters".
Extension Screenshots
Download CodeBeautify Extension CRX File
Download CodeBeautify extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | CodeBeautify |
ID | popfphmhmamgbcboijokepmcjnanoknp |
Official URL | https://chromewebstore.google.com/detail/codebeautify/popfphmhmamgbcboijokepmcjnanoknp |
Description | All Developer Friendly tools at your finger tips such as JSON Formatter, XML Viewer, SQL Formatter, Numbers to Words converters |
File Size | 445 KB |
Installation Count | 9,791 |
Current Version | 1.1 |
Last Updated | 2022-11-17 |
Publish Date | 2021-09-05 |
Rating | 5.00/5 Total 14 Ratings |
Developer | https://codebeautify.org |
[email protected] | |
Payment Type | free |
Extension Website | https://codebeautify.org |
Help Page URL | https://codebeautify.org/contactus |
Privacy Policy Page URL | https://codebeautify.org/policy |
Supported Languages | 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" } } |