Weboffice - Magento PathHints

Magento Dev Tool: Allows you to easily and quickly show/hide path hints when enabled in Backend

Weboffice - Magento PathHintsคืออะไร?

Weboffice - Magento PathHints เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://www.weboffice.co.at และคุณลักษณะหลักของมันคือ "Magento Dev Tool: Allows you to easily and quickly show/hide path hints when enabled in Backend"

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Weboffice - Magento PathHints

ดาวน์โหลดไฟล์ส่วนขยาย Weboffice - Magento PathHints ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This is a "dev tool" for Magento. It allows you to easily and quickly show/hide "Template Path Hints" and "Block Names" (when enabled from backend/admin area). It does so by searching the DOM for particular style attributes and updates the them furthermore. For re-enabling a previously set unique name is searched and updated again.

Tested so far in Magento Community Edition 1.7.0.0, 1.9.2.4 and 2.1.

Hotkey/Shortcut:
Microsoft Windows: [Alt]+[Shift]+[M]
Mac OS X: [Command]+[Shift]+[M]
Chrome OS: [Alt]+[Shift]+[M]
Linux: [Alt]+[Shift]+[M]                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Weboffice - Magento PathHints Weboffice - Magento PathHints
ID ecigjckhlfblndbfcpnfcbnbiopkkmia
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/weboffice-magento-pathhin/ecigjckhlfblndbfcpnfcbnbiopkkmia
คำอธิบาย Magento Dev Tool: Allows you to easily and quickly show/hide path hints when enabled in Backend
ขนาดไฟล์ 24.66 KB
จำนวนการติดตั้ง 108
เวอร์ชันปัจจุบัน 0.2.2 beta
อัปเดตครั้งล่าสุด 2017-03-03
วันที่เผยแพร่ 2017-03-03
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา http://www.weboffice.co.at
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://www.weboffice.at
URL หน้าช่วยเหลือ http://redmine.webofficeserver.info:3000/projects/weboffice-mage-pathhints
URL หน้านโยบายความเป็นส่วนตัว http://www.weboffice.co.at/impressum.html
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Weboffice - Magento PathHints",
    "short_name": "Mage PathHints",
    "description": "Magento Dev Tool: Allows you to easily and quickly show\/hide path hints when enabled in Backend",
    "version": "0.2.2",
    "version_name": "0.2.2 beta",
    "homepage_url": "http:\/\/www.weboffice.at",
    "offline_enabled": false,
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Hide\/Unhide Magento Path Hints - [Alt]+[Shift]+[M]"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "windows": "Alt+Shift+M",
                "mac": "Command+Shift+M",
                "chromeos": "Alt+Shift+M",
                "linux": "Alt+Shift+M"
            }
        }
    },
    "options_page": "options.html",
    "options_ui": {
        "chrome_style": true,
        "page": "options.html"
    },
    "manifest_version": 2,
    "minimum_chrome_version": "46",
    "icons": {
        "16": "img\/icon_weboffice_16px.png",
        "128": "img\/icon_weboffice_128px.png",
        "230": "img\/icon_weboffice_230px.png"
    }
}