Awesome
MageSpecialist DevTools for Magento 2
This module is intended to be used with MageSpecialist Chrome Toolbar.
Readme and installation guide can be found here: https://github.com/magespecialist/mage-chrome-toolbar
This module is also available for Magento 1: https://github.com/magespecialist/m1-MSP_DevTools/
Installing on Magento 2:
Please refer to this page: https://github.com/magespecialist/mage-chrome-toolbar#installing-on-magento-2
Some screenshot
Theme, Controller and Global information:
<img src="https://raw.githubusercontent.com/magespecialist/mage-chrome-toolbar/master/screenshots/1.png" width="480" />Blocks / Containers information:
<img src="https://raw.githubusercontent.com/magespecialist/mage-chrome-toolbar/master/screenshots/2.png" width="480" />uiComponents information:
<img src="https://raw.githubusercontent.com/magespecialist/mage-chrome-toolbar/master/screenshots/3.png" width="480" />Profiler information:
<img src="https://raw.githubusercontent.com/magespecialist/mage-chrome-toolbar/master/screenshots/5.png" width="480" />Inspector integration
<img src="https://raw.githubusercontent.com/magespecialist/mage-chrome-toolbar/master/screenshots/main2.png" width="480" />Known Issue
When using axios always set
headers: {'X-Requested-With': 'XMLHttpRequest'}
in your request config to avoid to avoid to obtain json with appended <script>
tag as described in Issue #33