CodeBeautify
All Developer Friendly tools at your finger tips such as JSON Formatter, XML Viewer, SQL Formatter, Numbers to Words converters
O que é CodeBeautify?
CodeBeautify é uma extensão do Chrome desenvolvida por https://codebeautify.org, e sua principal característica é "All Developer Friendly tools at your finger tips such as JSON Formatter, XML Viewer, SQL Formatter, Numbers to Words converters".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão CodeBeautify
Baixe arquivos de extensão CodeBeautify no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | CodeBeautify |
ID | popfphmhmamgbcboijokepmcjnanoknp |
URL Oficial | https://chromewebstore.google.com/detail/codebeautify/popfphmhmamgbcboijokepmcjnanoknp |
Descrição | All Developer Friendly tools at your finger tips such as JSON Formatter, XML Viewer, SQL Formatter, Numbers to Words converters |
Tamanho do Arquivo | 445 KB |
Contagem de Instalações | 9,791 |
Versão Atual | 1.1 |
Última Atualização | 2022-11-17 |
Data de Publicação | 2021-09-05 |
Classificação | 5.00/5 Total de 14 Avaliações |
Desenvolvedor | https://codebeautify.org |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://codebeautify.org |
URL da Página de Ajuda | https://codebeautify.org/contactus |
URL da Página de Política de Privacidade | https://codebeautify.org/policy |
Idiomas Suportados | 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" } } |