Weboffice - Magento PathHints
Magento Dev Tool: Allows you to easily and quickly show/hide path hints when enabled in Backend
Cos'è Weboffice - Magento PathHints?
Weboffice - Magento PathHints è un'estensione di Chrome sviluppata da http://www.weboffice.co.at, e la sua funzione principale è "Magento Dev Tool: Allows you to easily and quickly show/hide path hints when enabled in Backend".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Weboffice - Magento PathHints
Scarica i file di estensione Weboffice - Magento PathHints in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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] Informazioni di Base sull'Estensione
| Nome | |
| ID | ecigjckhlfblndbfcpnfcbnbiopkkmia |
| URL Ufficiale | https://chrome.google.com/webstore/detail/weboffice-magento-pathhin/ecigjckhlfblndbfcpnfcbnbiopkkmia |
| Descrizione | Magento Dev Tool: Allows you to easily and quickly show/hide path hints when enabled in Backend |
| Dimensione del File | 24.66 KB |
| Conteggio Installazioni | 108 |
| Versione Corrente | 0.2.2 beta |
| Ultimo Aggiornamento | 2017-03-03 |
| Data di Pubblicazione | 2017-03-03 |
| Valutazione | 5.00/5 Totale 1 Valutazioni |
| Sviluppatore | http://www.weboffice.co.at |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | http://www.weboffice.at |
| URL della Pagina di Aiuto | http://redmine.webofficeserver.info:3000/projects/weboffice-mage-pathhints |
| URL della Pagina della Politica sulla Privacy | http://www.weboffice.co.at/impressum.html |
| Lingue Supportate | 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"
}
} | |