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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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