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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" } } |