MageTools: DevTools Reimagined
A faster, easier alternative to DevTools. Find styles, check attributes, and live-edit UIs.
MageTools: DevTools Reimaginedคืออะไร?
MageTools: DevTools Reimagined เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://mage.tools และคุณลักษณะหลักของมันคือ "A faster, easier alternative to DevTools. Find styles, check attributes, and live-edit UIs."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย MageTools: DevTools Reimagined
ดาวน์โหลดไฟล์ส่วนขยาย MageTools: DevTools Reimagined ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
MageTools is an alternative to DevTools for building interfaces. It reimagines the frontend development process to make working with HTML and CSS faster, easier, and more ergonomic. 🔍 inspect an element's styles 5x faster than DevTools 🎨 rapidly design UIs with real-time CSS editing 📄 live-preview changes to HTML attributes 👪 comb through parents/children with an intuitive tree view ⌨️ use comfortable, easy-to-remember keyboard shortcuts 📱 gain quality-of-life features for mobile development 🔮 more features coming soon
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | MageTools: DevTools Reimagined |
ID | jemdgiimoenlbpbkjpacjbkjmhgopaei |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/magetools-devtools-reimag/jemdgiimoenlbpbkjpacjbkjmhgopaei |
คำอธิบาย | A faster, easier alternative to DevTools. Find styles, check attributes, and live-edit UIs. |
ขนาดไฟล์ | 84.8 KB |
จำนวนการติดตั้ง | 737 |
เวอร์ชันปัจจุบัน | 1.1.0 |
อัปเดตครั้งล่าสุด | 2020-10-06 |
วันที่เผยแพร่ | 2020-03-21 |
คะแนน | 4.25/5 รวมทั้งหมด 8 คะแนน |
ผู้พัฒนา | https://mage.tools |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://mage.tools |
URL หน้าช่วยเหลือ | https://mage.tools |
URL หน้านโยบายความเป็นส่วนตัว | https://mage.tools/privacy |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "MageTools: DevTools Reimagined", "short_name": "MageTools", "version": "1.1.0", "manifest_version": 2, "description": "A faster, easier alternative to DevTools. Find styles, check attributes, and live-edit UIs.", "icons": { "16": "icon-16.png", "32": "icon-32.png", "48": "icon-48.png", "64": "icon-64.png", "128": "icon-128.png" }, "browser_action": { "default_icon": "icon-48.png" }, "permissions": [ "activeTab", "storage", "contextMenus" ], "background": { "persistent": false, "scripts": [ "background.js" ] } } |