Code formatter
This extension can format HTML, CSS, Javascript & Json code.
Code formatter là gì?
Code formatter là một tiện ích mở rộng Chrome được phát triển bởi Akash Bijwe, và tính năng chính của nó là "This extension can format HTML, CSS, Javascript & Json code.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Code formatter
Tải xuống các tệp mở rộng Code formatter dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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. 🇮🇳❤️
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Code formatter |
ID | njpgcnaadikbannefjibknjopmogeidm |
URL Chính Thức | https://chromewebstore.google.com/detail/code-formatter/njpgcnaadikbannefjibknjopmogeidm |
Mô tả | This extension can format HTML, CSS, Javascript & Json code. |
Kích Thước Tệp | 316 KB |
Số Lần Cài Đặt | 1,164 |
Phiên Bản Hiện Tại | first |
Cập Nhật Lần Cuối | 2023-09-19 |
Ngày Phát Hành | 2021-07-19 |
Đánh Giá | 5.00/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | Akash Bijwe |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://akashbijwe.github.io |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |