Code formatter

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

Vad är Code formatter?

Code formatter är en Chrome-tillägg utvecklad av Akash Bijwe, och dess huvudfunktion är "This extension can format HTML, CSS, Javascript & Json code.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot

Ladda ner Code formatter-förlängningens CRX-fil

Ladda ner Code formatter-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Code formatter Code formatter
ID njpgcnaadikbannefjibknjopmogeidm
Officiell webbadress https://chromewebstore.google.com/detail/code-formatter/njpgcnaadikbannefjibknjopmogeidm
Beskrivning This extension can format HTML, CSS, Javascript & Json code.
Filstorlek 316 KB
Antal Installationer 1,164
Aktuell Version first
Senast Uppdaterad 2023-09-19
Publiceringsdatum 2021-07-19
Betyg 5.00/5 Totalt 4 Betyg
Utvecklare Akash Bijwe
E-post [email protected]
Betalningssätt free
Tilläggswebbplats http://akashbijwe.github.io
Stödda Språk 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"
    }
}