M2 Developer Tools
Adds Magento 2 debugging tools to the Chrome Developer Tools.
什麼是M2 Developer Tools?
M2 Developer Tools是由JH開發的Chrome擴展程式,該擴展的主要功能是“Adds Magento 2 debugging tools to the Chrome Developer Tools.”。
擴展截圖
下載M2 Developer Tools擴展crx文件
下載M2 Developer Tools擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
A tree view of Blocks/Containers used in a Magento 2 website.
First, install this Magento 2 module to enable the instrumentation https://github.com/WeareJH/m2-module-jh-block-logger
Once installed and enabled, you'll get a tree view of blocks/containers in a new Dev Tools panel 擴展基本資訊
| 名稱 | |
| ID | nomdlhobjjlnomlieegpbobfddpkmhgh |
| 官方網址 | https://chrome.google.com/webstore/detail/m2-developer-tools/nomdlhobjjlnomlieegpbobfddpkmhgh |
| 簡介 | Adds Magento 2 debugging tools to the Chrome Developer Tools. |
| 檔案大小 | 643 KB |
| 安裝次數 | 641 |
| 目前版本 | 1.1.1 |
| 更新時間 | 2018-05-28 |
| 上架時間 | 2018-05-28 |
| 評分 | 5.00/5 共 4 次評分 |
| 開發者 | JH |
| 付費類型 | free |
| 擴展官網 | https://github.com/WeareJH/m2-dev-tools |
| 說明頁面URL | https://github.com/WeareJH/m2-dev-tools/issues |
| 支援的語言 | en-GB |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "M2 Developer Tools",
"description": "Adds Magento 2 debugging tools to the Chrome Developer Tools.",
"version": "1.1.1",
"minimum_chrome_version": "49",
"devtools_page": "main.html",
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
"web_accessible_resources": [
"main.html",
"dist\/main.js",
"dist\/panel.css",
"dist\/panel.js"
],
"background": {
"scripts": [
"dist\/background.js"
],
"persistent": false
},
"permissions": [
"tabs",
"file:\/\/\/*",
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"content_scripts": [
{
"matches": [
" | |