Weboffice - Magento PathHints
Magento Dev Tool: Allows you to easily and quickly show/hide path hints when enabled in Backend
¿Qué es Weboffice - Magento PathHints?
Weboffice - Magento PathHints es una extensión de Chrome desarrollada por http://www.weboffice.co.at, y su función principal es "Magento Dev Tool: Allows you to easily and quickly show/hide path hints when enabled in Backend".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Weboffice - Magento PathHints
Descarga archivos de extensión Weboffice - Magento PathHints en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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]
Información Básica de la Extensión
Nombre | |
ID | ecigjckhlfblndbfcpnfcbnbiopkkmia |
URL Oficial | https://chrome.google.com/webstore/detail/weboffice-magento-pathhin/ecigjckhlfblndbfcpnfcbnbiopkkmia |
Descripción | Magento Dev Tool: Allows you to easily and quickly show/hide path hints when enabled in Backend |
Tamaño del Archivo | 24.66 KB |
Cantidad de Instalaciones | 108 |
Versión Actual | 0.2.2 beta |
Última Actualización | 2017-03-03 |
Fecha de Publicación | 2017-03-03 |
Calificación | 5.00/5 Total de 1 Calificaciones |
Desarrollador | http://www.weboffice.co.at |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | http://www.weboffice.at |
URL de la Página de Ayuda | http://redmine.webofficeserver.info:3000/projects/weboffice-mage-pathhints |
URL de la Página de Política de Privacidad | http://www.weboffice.co.at/impressum.html |
Idiomas Soportados | 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" } } |