Code formatter

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

Was ist Code formatter?

Code formatter ist eine Chrome-Erweiterung, die von Akash Bijwe entwickelt wurde, und ihr Hauptmerkmal ist "This extension can format HTML, CSS, Javascript & Json code.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

Code formatter-Erweiterungs-CRX-Datei herunterladen

Laden Sie Code formatter-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Code formatter Code formatter
ID njpgcnaadikbannefjibknjopmogeidm
Offizielle URL https://chromewebstore.google.com/detail/code-formatter/njpgcnaadikbannefjibknjopmogeidm
Beschreibung This extension can format HTML, CSS, Javascript & Json code.
Dateigröße 316 KB
Installationsanzahl 1,164
Aktuelle Version first
Letztes Update 2023-09-19
Veröffentlichungsdatum 2021-07-19
Bewertung 5.00/5 Insgesamt 4 Bewertungen
Entwickler Akash Bijwe
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite http://akashbijwe.github.io
Unterstützte Sprachen 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"
    }
}