Code formatter
This extension can format HTML, CSS, Javascript & Json code.
Code formatterคืออะไร?
Code formatter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Akash Bijwe และคุณลักษณะหลักของมันคือ "This extension can format HTML, CSS, Javascript & Json code."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Code formatter
ดาวน์โหลดไฟล์ส่วนขยาย 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" } } |