Code formatter
This extension can format HTML, CSS, Javascript & Json code.
Wat is Code formatter?
Code formatter is een Chrome-extensie ontwikkeld door Akash Bijwe, en de belangrijkste functie is "This extension can format HTML, CSS, Javascript & Json code.".
Extensie Screenshots
Download het CRX-bestand van de extensie Code formatter
Download Code formatter-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. 🇮🇳❤️
Basisinformatie over de Extensie
Naam | Code formatter |
ID | njpgcnaadikbannefjibknjopmogeidm |
Officiële URL | https://chromewebstore.google.com/detail/code-formatter/njpgcnaadikbannefjibknjopmogeidm |
Beschrijving | This extension can format HTML, CSS, Javascript & Json code. |
Bestandsgrootte | 316 KB |
Aantal Installaties | 1,164 |
Huidige Versie | first |
Laatst Bijgewerkt | 2023-09-19 |
Publicatiedatum | 2021-07-19 |
Beoordeling | 5.00/5 Totaal 4 Beoordelingen |
Ontwikkelaar | Akash Bijwe |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | http://akashbijwe.github.io |
Ondersteunde Talen | 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" } } |