Code Formatter
A chrome plugin to format your HTML, CSS, JS or JSON code.
Code Formatterคืออะไร?
Code Formatter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://yassershaikh.com และคุณลักษณะหลักของมันคือ "A chrome plugin to format your HTML, CSS, JS or JSON code."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Code Formatter
ดาวน์โหลดไฟล์ส่วนขยาย Code Formatter ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Features: A free and easy to use extension to format your code, supports : - HTML - CSS - jQuery - Javascript - JSON - C, C++, PHP, C# and more... Introductory video: http://www.youtube.com/watch?v=ayM55ig9Gi0
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | deecjbhfakhcegonhediiniinjdgmfie |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/code-formatter/deecjbhfakhcegonhediiniinjdgmfie |
คำอธิบาย | A chrome plugin to format your HTML, CSS, JS or JSON code. |
ขนาดไฟล์ | 1.08 MB |
จำนวนการติดตั้ง | 8,190 |
เวอร์ชันปัจจุบัน | 1.5 |
อัปเดตครั้งล่าสุด | 2014-04-09 |
วันที่เผยแพร่ | 2014-04-09 |
คะแนน | 4.09/5 รวมทั้งหมด 35 คะแนน |
ผู้พัฒนา | http://yassershaikh.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://yassershaikh.com/plugins/ |
URL หน้าช่วยเหลือ | http://yassershaikh.com/plugins/ |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Code Formatter", "description": "A chrome plugin to format your HTML, CSS, JS or JSON code.", "version": "1.5", "browser_action": { "default_title": "Format your code", "default_icon": { "19": "icons\/logo.png" }, "default_popup": "code-formatter.html" }, "manifest_version": 2 } |