Code formatter

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

Qu'est-ce que Code formatter ?

Code formatter est une extension Chrome développée par Akash Bijwe, et sa fonction principale est "This extension can format HTML, CSS, Javascript & Json code.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Code formatter

Téléchargez les fichiers d'extension Code formatter au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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. 🇮🇳❤️                    

Informations de Base sur l'Extension

Nom Code formatter Code formatter
ID njpgcnaadikbannefjibknjopmogeidm
URL Officiel https://chromewebstore.google.com/detail/code-formatter/njpgcnaadikbannefjibknjopmogeidm
Description This extension can format HTML, CSS, Javascript & Json code.
Taille du Fichier 316 KB
Nombre d'Installations 1,164
Version Actuelle first
Dernière Mise à Jour 2023-09-19
Date de Publication 2021-07-19
Évaluation 5.00/5 Total 4 Évaluations
Développeur Akash Bijwe
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://akashbijwe.github.io
Langues Prises en Charge 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"
    }
}