DOM Square
Extends the Developer Tools, adding a sidebar that helps to use emmet abbreviations and inject code into selected DOM element.
DOM Squareคืออะไร?
DOM Square เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Nitesh Vaidya และคุณลักษณะหลักของมันคือ "Extends the Developer Tools, adding a sidebar that helps to use emmet abbreviations and inject code into selected DOM element."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย DOM Square
ดาวน์โหลดไฟล์ส่วนขยาย DOM Square ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Extends the Developer Tools, adding a sidebar that helps to use emmet abbreviations with previewer and inject code into selected DOM element, and also useful in below operations. 1. Formatter 2. Linters 3. Drag and drop 4. WCAG Validations 5. Emmet Abbrevation’s 6. Emmet Previewer 7. Search 8. API Json viewer 9. HTML viewer 10. CSS file viewer 11. JS file viewer 12. SVG file viewer 13. XML viewer 14. DOM inject 15. DOM Viewer
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | DOM Square |
ID | dkmdcmmgpmhibkaigpaoaimffalciifg |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/dom-square/dkmdcmmgpmhibkaigpaoaimffalciifg |
คำอธิบาย | Extends the Developer Tools, adding a sidebar that helps to use emmet abbreviations and inject code into selected DOM element. |
ขนาดไฟล์ | 1.3 MB |
จำนวนการติดตั้ง | 61 |
เวอร์ชันปัจจุบัน | 1.0.1 |
อัปเดตครั้งล่าสุด | 2021-10-17 |
วันที่เผยแพร่ | 2021-06-30 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | Nitesh Vaidya |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "DOM Square", "description": "Extends the Developer Tools, adding a sidebar that helps to use emmet abbreviations and inject code into selected DOM element.", "version": "1.0.1", "manifest_version": 2, "devtools_page": "devtools.html", "permissions": [ "storage" ], "icons": { "16": "\/images\/16.png", "32": "\/images\/32.png", "48": "\/images\/48.png", "128": "\/images\/128.png" }, "content_scripts": [ { "matches": [ " |