MageSpecialist DevTools for Magento

This extension can be used with MSP_DevTools module for Magento

What is MageSpecialist DevTools for Magento?

MageSpecialist DevTools for Magento is a Chrome extension developed by Riccardo Tempesta - MageSpecialist.it, and its main feature is "This extension can be used with MSP_DevTools module for Magento".

Extension Screenshots

screenshot

Download MageSpecialist DevTools for Magento Extension CRX File

Download MageSpecialist DevTools for Magento extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Magento 1 & 2 extension for MageSpecialist DevTools.

You can easily access blocks, containers and uiComponents information using the default Chrome inspector.

Fast access to observers, profilers and theme information.                    

Extension Basic Information

Name MageSpecialist DevTools for Magento MageSpecialist DevTools for Magento
ID odbnbnenehdodpnebgldhhmicbnlmapj
Official URL https://chromewebstore.google.com/detail/magespecialist-devtools-f/odbnbnenehdodpnebgldhhmicbnlmapj
Description This extension can be used with MSP_DevTools module for Magento
File Size 4.64 MB
Installation Count 2,990
Current Version 3.4.0
Last Updated 2022-10-09
Publish Date 2017-09-29
Rating 4.60/5 Total 10 Ratings
Developer Riccardo Tempesta - MageSpecialist.it
Email [email protected]
Payment Type free
Extension Website https://github.com/magespecialist/mage-chrome-toolbar
Help Page URL https://github.com/magespecialist/mage-chrome-toolbar
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "MageSpecialist DevTools for Magento",
    "description": "This extension can be used with MSP_DevTools module for Magento",
    "version": "3.4.0",
    "icons": {
        "16": "images\/icon16x16.png",
        "48": "images\/icon48x48.png",
        "128": "images\/icon128x128.png"
    },
    "browser_action": {
        "default_icon": "images\/icon_off.png",
        "default_title": "Magento DevTools by MageSpecialist",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "*:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "js\/jquery.js",
                "js\/content.js"
            ]
        }
    ],
    "devtools_page": "devtools.html"
}