MageTools: DevTools Reimagined
A faster, easier alternative to DevTools. Find styles, check attributes, and live-edit UIs.
MageTools: DevTools Reimagined là gì?
MageTools: DevTools Reimagined là một tiện ích mở rộng Chrome được phát triển bởi https://mage.tools, và tính năng chính của nó là "A faster, easier alternative to DevTools. Find styles, check attributes, and live-edit UIs.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng MageTools: DevTools Reimagined
Tải xuống các tệp mở rộng MageTools: DevTools Reimagined dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | MageTools: DevTools Reimagined |
ID | jemdgiimoenlbpbkjpacjbkjmhgopaei |
URL Chính Thức | https://chromewebstore.google.com/detail/magetools-devtools-reimag/jemdgiimoenlbpbkjpacjbkjmhgopaei |
Mô tả | A faster, easier alternative to DevTools. Find styles, check attributes, and live-edit UIs. |
Kích Thước Tệp | 84.8 KB |
Số Lần Cài Đặt | 737 |
Phiên Bản Hiện Tại | 1.1.0 |
Cập Nhật Lần Cuối | 2020-10-06 |
Ngày Phát Hành | 2020-03-21 |
Đánh Giá | 4.25/5 Tổng số 8 Đánh Giá |
Nhà Phát Triển | https://mage.tools |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://mage.tools |
URL Trang Trợ Giúp | https://mage.tools |
URL Trang Chính Sách Bảo Mật | https://mage.tools/privacy |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } } |