MageTools: DevTools Reimagined

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

Qu'est-ce que MageTools: DevTools Reimagined ?

MageTools: DevTools Reimagined est une extension Chrome développée par https://mage.tools, et sa fonction principale est "A faster, easier alternative to DevTools. Find styles, check attributes, and live-edit UIs.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension MageTools: DevTools Reimagined

Téléchargez les fichiers d'extension MageTools: DevTools Reimagined au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom MageTools: DevTools Reimagined MageTools: DevTools Reimagined
ID jemdgiimoenlbpbkjpacjbkjmhgopaei
URL Officiel https://chromewebstore.google.com/detail/magetools-devtools-reimag/jemdgiimoenlbpbkjpacjbkjmhgopaei
Description A faster, easier alternative to DevTools. Find styles, check attributes, and live-edit UIs.
Taille du Fichier 84.8 KB
Nombre d'Installations 737
Version Actuelle 1.1.0
Dernière Mise à Jour 2020-10-06
Date de Publication 2020-03-21
Évaluation 4.25/5 Total 8 Évaluations
Développeur https://mage.tools
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://mage.tools
URL de la Page d'Aide https://mage.tools
URL de la Page de Politique de Confidentialité https://mage.tools/privacy
Langues Prises en Charge 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"
        ]
    }
}