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
Eメール [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"
    }
}