MageSpecialist DevTools for Magento
This extension can be used with MSP_DevTools module for Magento
MageSpecialist DevTools for Magento là gì?
MageSpecialist DevTools for Magento là một tiện ích mở rộng Chrome được phát triển bởi Riccardo Tempesta - MageSpecialist.it, và tính năng chính của nó là "This extension can be used with MSP_DevTools module for Magento".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng MageSpecialist DevTools for Magento
Tải xuống các tệp mở rộng MageSpecialist DevTools for Magento dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | MageSpecialist DevTools for Magento |
ID | odbnbnenehdodpnebgldhhmicbnlmapj |
URL Chính Thức | https://chromewebstore.google.com/detail/magespecialist-devtools-f/odbnbnenehdodpnebgldhhmicbnlmapj |
Mô tả | This extension can be used with MSP_DevTools module for Magento |
Kích Thước Tệp | 4.64 MB |
Số Lần Cài Đặt | 2,990 |
Phiên Bản Hiện Tại | 3.4.0 |
Cập Nhật Lần Cuối | 2022-10-09 |
Ngày Phát Hành | 2017-09-29 |
Đánh Giá | 4.60/5 Tổng số 10 Đánh Giá |
Nhà Phát Triển | Riccardo Tempesta - MageSpecialist.it |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/magespecialist/mage-chrome-toolbar |
URL Trang Trợ Giúp | https://github.com/magespecialist/mage-chrome-toolbar |
Ngôn Ngữ Được Hỗ Trợ | 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" } |