MageTools: DevTools Reimagined

A faster, easier alternative to DevTools. Find styles, check attributes, and live-edit UIs.

Was ist MageTools: DevTools Reimagined?

MageTools: DevTools Reimagined ist eine Chrome-Erweiterung, die von https://mage.tools entwickelt wurde, und ihr Hauptmerkmal ist "A faster, easier alternative to DevTools. Find styles, check attributes, and live-edit UIs.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

MageTools: DevTools Reimagined-Erweiterungs-CRX-Datei herunterladen

Laden Sie MageTools: DevTools Reimagined-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name MageTools: DevTools Reimagined MageTools: DevTools Reimagined
ID jemdgiimoenlbpbkjpacjbkjmhgopaei
Offizielle URL https://chromewebstore.google.com/detail/magetools-devtools-reimag/jemdgiimoenlbpbkjpacjbkjmhgopaei
Beschreibung A faster, easier alternative to DevTools. Find styles, check attributes, and live-edit UIs.
Dateigröße 84.8 KB
Installationsanzahl 737
Aktuelle Version 1.1.0
Letztes Update 2020-10-06
Veröffentlichungsdatum 2020-03-21
Bewertung 4.25/5 Insgesamt 8 Bewertungen
Entwickler https://mage.tools
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://mage.tools
Hilfeseite URL https://mage.tools
URL der Datenschutzrichtlinien-Seite https://mage.tools/privacy
Unterstützte Sprachen 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"
        ]
    }
}