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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
عنوان صفحة المساعدة | https://mage.tools |
عنوان صفحة سياسة الخصوصية | 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" ] } } |