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. 擴展基本資訊
| 名稱 | |
| ID | odbnbnenehdodpnebgldhhmicbnlmapj |
| 官方網址 | 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"
} | |