Code formatter

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

Apa itu Code formatter?

Code formatter adalah ekstensi Chrome yang dikembangkan oleh Akash Bijwe, dan fitur utamanya adalah "This extension can format HTML, CSS, Javascript & Json code.".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Code formatter

Unduh file ekstensi Code formatter dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Code formatter Code formatter
ID njpgcnaadikbannefjibknjopmogeidm
URL Resmi https://chromewebstore.google.com/detail/code-formatter/njpgcnaadikbannefjibknjopmogeidm
Deskripsi This extension can format HTML, CSS, Javascript & Json code.
Ukuran File 316 KB
Jumlah Instalasi 1,164
Versi Saat Ini first
Terakhir Diperbarui 2023-09-19
Tanggal Publikasi 2021-07-19
Penilaian 5.00/5 Total 4 Penilaian
Pengembang Akash Bijwe
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi http://akashbijwe.github.io
Bahasa yang Didukung 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"
    }
}