MageSpecialist DevTools for Magento

This extension can be used with MSP_DevTools module for Magento

MageSpecialist DevTools for Magentoคืออะไร?

MageSpecialist DevTools for Magento เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Riccardo Tempesta - MageSpecialist.it และคุณลักษณะหลักของมันคือ "This extension can be used with MSP_DevTools module for Magento"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย MageSpecialist DevTools for Magento

ดาวน์โหลดไฟล์ส่วนขยาย 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 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"
}