Code formatter

This extension can format HTML, CSS, Javascript & Json code.

O que é Code formatter?

Code formatter é uma extensão do Chrome desenvolvida por Akash Bijwe, e sua principal característica é "This extension can format HTML, CSS, Javascript & Json code.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Code formatter

Baixe arquivos de extensão Code formatter 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

                        This is a Chrome plugin to format or beautify your HTML, CSS, JS and JSON code.

This is a plugin; we do not collect or sell data to anyone. this is purely built-in Javascript and runs on your browser we do not host any server and do not have any direct communication with the plugin.

Please leave a comment & share this extension with your developer buddies If you like this extension.

Made with love in Bharat. 🇮🇳❤️                    

Informações Básicas da Extensão

Nome Code formatter Code formatter
ID njpgcnaadikbannefjibknjopmogeidm
URL Oficial https://chromewebstore.google.com/detail/code-formatter/njpgcnaadikbannefjibknjopmogeidm
Descrição This extension can format HTML, CSS, Javascript & Json code.
Tamanho do Arquivo 316 KB
Contagem de Instalações 1,164
Versão Atual first
Última Atualização 2023-09-19
Data de Publicação 2021-07-19
Classificação 5.00/5 Total de 4 Avaliações
Desenvolvedor Akash Bijwe
Email [email protected]
Tipo de Pagamento free
Site da Extensão http://akashbijwe.github.io
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Code formatter",
    "short_name": "Code formatter",
    "version": "1.3",
    "version_name": "first",
    "author": "Akash Bijwe",
    "homepage_url": "http:\/\/akashbijwe.github.io\/",
    "incognito": "split",
    "offline_enabled": true,
    "description": "This extension can format HTML, CSS, Javascript & Json code.",
    "action": {
        "default_icon": "img\/logo_128.png",
        "default_popup": "index.html",
        "default_title": "Code Formatter"
    },
    "icons": {
        "16": "img\/logo_16.png",
        "64": "img\/logo_64.png",
        "128": "img\/logo_128.png"
    }
}