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是由http://www.weboffice.co.at开发的Chrome扩展程序,该扩展的主要功能是“Magento Dev Tool: Allows you to easily and quickly show/hide path hints when enabled in Backend”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Weboffice - Magento PathHints扩展crx文件

下载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"
    }
}