Code formatter
This extension can format HTML, CSS, Javascript & Json code.
What is Code formatter?
Code formatter is a Chrome extension developed by Akash Bijwe, and its main feature is "This extension can format HTML, CSS, Javascript & Json code.".
Extension Screenshots
Download Code formatter Extension CRX File
Download Code formatter extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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. 🇮🇳❤️
Extension Basic Information
Name | Code formatter |
ID | njpgcnaadikbannefjibknjopmogeidm |
Official URL | https://chromewebstore.google.com/detail/code-formatter/njpgcnaadikbannefjibknjopmogeidm |
Description | This extension can format HTML, CSS, Javascript & Json code. |
File Size | 316 KB |
Installation Count | 1,164 |
Current Version | first |
Last Updated | 2023-09-19 |
Publish Date | 2021-07-19 |
Rating | 5.00/5 Total 4 Ratings |
Developer | Akash Bijwe |
[email protected] | |
Payment Type | free |
Extension Website | http://akashbijwe.github.io |
Supported Languages | 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" } } |