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.”。
扩展截图
下载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 |
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" } } |