Code formatter

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

Code formatter क्या है?

Code formatter Akash Bijwe द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension can format HTML, CSS, Javascript & Json code."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Code formatter एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
ईमेल [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"
    }
}