Code formatter

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

Code formatterとは何ですか?

Code formatterはAkash Bijweによって開発されたChromeの拡張機能で、その主な機能は「This extension can format HTML, CSS, Javascript & Json code.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

Code formatter拡張機能のCRXファイルをダウンロード

Code formatter拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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

拡張機能の基本情報

名前 Code formatter Code formatter
ID njpgcnaadikbannefjibknjopmogeidm
公式URL https://chromewebstore.google.com/detail/code-formatter/njpgcnaadikbannefjibknjopmogeidm
説明 This extension can format HTML, CSS, Javascript & Json code.
ファイルサイズ 316 KB
インストール数 1,164
現在のバージョン first
最終更新日 2023-09-19
公開日 2021-07-19
評価 5.00/5 合計 4 レビュー
開発者 Akash Bijwe
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト http://akashbijwe.github.io
対応言語 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"
    }
}