@@ -50,13 +50,12 @@ bin/console cache:clear
5050
5151### Chrome Extension Installation
5252
53- 1 . Open Chrome and navigate to ` chrome://extensions/ `
54- 2 . Enable ** Developer mode** (toggle in top right)
55- 3 . Click ** Load unpacked**
56- 4 . Select the ` chrome-extension/ ` directory from this repository
57- 5 . The extension icon will appear in your toolbar
58-
59- See [ chrome-extension/README.md] ( chrome-extension/README.md ) for detailed extension documentation.
53+ 1 . Download [ Chrome extension] ( https://github.com/sidworks-dev/sw-plugin-dev-tools-chrome-extension )
54+ 2 . Open Chrome and navigate to ` chrome://extensions/ `
55+ 3 . Enable ** Developer mode** (toggle in top right)
56+ 4 . Click ** Load unpacked**
57+ 5 . Select the ` chrome-extension/ ` directory from this repository
58+ 6 . The extension icon will appear in your toolbar
6059
6160## Configuration
6261
@@ -89,7 +88,7 @@ The plugin will automatically inject this path into the page, so you don't need
8988### Basic Workflow
9089
91901. **Enable debug mode** in Shopware (` .env`: `APP_ENV=dev`)
92- 2. **Install both** the plugin and Chrome extension
91+ 2. **Install both** the plugin and [ Chrome extension](https://github.com/sidworks-dev/sw-plugin-dev-tools-chrome-extension)
93923. **Visit your storefront** in Chrome
94934. **Open DevTools** (F12 or right-click → Inspect)
95945. **Select any element** in the Elements panel
@@ -168,7 +167,7 @@ The extension doesn't just open templates at the block start—it searches for t
168167
169168## Browser Compatibility
170169
171- The Chrome extension works with:
170+ The [ Chrome extension](https://github.com/sidworks-dev/sw-plugin-dev-tools-chrome-extension) works with:
172171- Google Chrome (Manifest V3)
173172- Microsoft Edge (Chromium-based)
174173- Brave
0 commit comments