MageSpecialist DevTools for Magento
This extension can be used with MSP_DevTools module for Magento
Vad är MageSpecialist DevTools for Magento?
MageSpecialist DevTools for Magento är en Chrome-tillägg utvecklad av Riccardo Tempesta - MageSpecialist.it, och dess huvudfunktion är "This extension can be used with MSP_DevTools module for Magento".
Tilläggsskärmbilder
Ladda ner MageSpecialist DevTools for Magento-förlängningens CRX-fil
Ladda ner MageSpecialist DevTools for Magento-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | MageSpecialist DevTools for Magento |
ID | odbnbnenehdodpnebgldhhmicbnlmapj |
Officiell webbadress | https://chromewebstore.google.com/detail/magespecialist-devtools-f/odbnbnenehdodpnebgldhhmicbnlmapj |
Beskrivning | This extension can be used with MSP_DevTools module for Magento |
Filstorlek | 4.64 MB |
Antal Installationer | 2,990 |
Aktuell Version | 3.4.0 |
Senast Uppdaterad | 2022-10-09 |
Publiceringsdatum | 2017-09-29 |
Betyg | 4.60/5 Totalt 10 Betyg |
Utvecklare | Riccardo Tempesta - MageSpecialist.it |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/magespecialist/mage-chrome-toolbar |
Hjälpsida URL | https://github.com/magespecialist/mage-chrome-toolbar |
Stödda Språk | 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" } |