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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Magento Dev Tool: Allows you to easily and quickly show/hide path hints when enabled in Backend"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Weboffice - Magento PathHints एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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]
एक्सटेंशन की मूल जानकारी
नाम | |
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" } } |