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开发的Chrome扩展程序,该扩展的主要功能是“This extension can be used with MSP_DevTools module for Magento”。
扩展截图
下载MageSpecialist DevTools for Magento扩展crx文件
下载MageSpecialist DevTools for Magento扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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" } |