krushil / store-info
Magento 2 extension to quickly view store, store view, website, theme and environment information.
Package info
github.com/krushil-dankhara/Krushil_StoreInfo
Type:magento2-module
pkg:composer/krushil/store-info
README
Magento Store Info is a Chrome extension designed for Magento developers to quickly view important store configuration details directly from the storefront.
This helps developers save time during development and debugging, especially in projects with multiple websites, stores, and store views.
Features
The extension displays:
- Magento version
- Current locale
- Current currency
- Website name and code
- Store name and code
- Store View name and code
- Active theme
Why Use This Extension?
In multi-store Magento projects, developers often need to:
- Check Admin Panel repeatedly
- Inspect source code
- Query the database
- Remember multiple store configurations
Magento Store Info removes this friction by showing everything instantly from the browser.
Requirements
This extension requires the Magento module:
composer require krushil/store-info
After installation, enable and deploy Magento:
bin/magento setup:upgrade
Chrome Extension Installation
- Install the Magento Store Info Chrome extension
- Open any Magento storefront
- Click the extension icon
- View store information instantly
Use Cases
Perfect for:
- Magento developers
- Magento agencies
- Multi-store Magento projects
- Theme development
- Debugging environments
- QA/testing workflows
Privacy
This extension does not collect, store, or transmit personal user data.
See: PRIVACY_POLICY.md
License
MIT License