MageSpecialist DevTools for Magento
This extension can be used with MSP_DevTools module for Magento
MageSpecialist DevTools for Magento क्या है?
MageSpecialist DevTools for Magento Riccardo Tempesta - MageSpecialist.it द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension can be used with MSP_DevTools module for Magento"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में MageSpecialist DevTools for Magento एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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.
एक्सटेंशन की मूल जानकारी
नाम | MageSpecialist DevTools for Magento |
ID | odbnbnenehdodpnebgldhhmicbnlmapj |
आधिकारिक URL | https://chromewebstore.google.com/detail/magespecialist-devtools-f/odbnbnenehdodpnebgldhhmicbnlmapj |
विवरण | This extension can be used with MSP_DevTools module for Magento |
फ़ाइल का आकार | 4.64 MB |
स्थापना संख्या | 2,990 |
वर्तमान संस्करण | 3.4.0 |
अंतिम अपडेट | 2022-10-09 |
प्रकाशन तिथि | 2017-09-29 |
रेटिंग | 4.60/5 कुल 10 रेटिंग्स |
डेवलपर | Riccardo Tempesta - MageSpecialist.it |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/magespecialist/mage-chrome-toolbar |
सहायता पृष्ठ URL | https://github.com/magespecialist/mage-chrome-toolbar |
समर्थित भाषाएँ | 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" } |