MageTools: DevTools Reimagined

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

Cos'è MageTools: DevTools Reimagined?

MageTools: DevTools Reimagined è un'estensione di Chrome sviluppata da https://mage.tools, e la sua funzione principale è "A faster, easier alternative to DevTools. Find styles, check attributes, and live-edit UIs.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione MageTools: DevTools Reimagined

Scarica i file di estensione MageTools: DevTools Reimagined in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome MageTools: DevTools Reimagined MageTools: DevTools Reimagined
ID jemdgiimoenlbpbkjpacjbkjmhgopaei
URL Ufficiale https://chromewebstore.google.com/detail/magetools-devtools-reimag/jemdgiimoenlbpbkjpacjbkjmhgopaei
Descrizione A faster, easier alternative to DevTools. Find styles, check attributes, and live-edit UIs.
Dimensione del File 84.8 KB
Conteggio Installazioni 737
Versione Corrente 1.1.0
Ultimo Aggiornamento 2020-10-06
Data di Pubblicazione 2020-03-21
Valutazione 4.25/5 Totale 8 Valutazioni
Sviluppatore https://mage.tools
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://mage.tools
URL della Pagina di Aiuto https://mage.tools
URL della Pagina della Politica sulla Privacy https://mage.tools/privacy
Lingue Supportate 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"
        ]
    }
}