MageTools: DevTools Reimagined
A faster, easier alternative to DevTools. Find styles, check attributes, and live-edit UIs.
MageTools: DevTools Reimagined क्या है?
MageTools: DevTools Reimagined https://mage.tools द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A faster, easier alternative to DevTools. Find styles, check attributes, and live-edit UIs."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में MageTools: DevTools Reimagined एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
सहायता पृष्ठ 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" ] } } |