You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Sidworks DevTools - Chrome Extension
2
2
3
-
A Chrome and Edge extension that works with the [Sidworks DevTools Shopware](../) plugin to deliver smart template insights right inside your browser inspector.
3
+
A Chrome and Edge extension that works with the [Sidworks DevTools Shopware](https://github.com/sidworks-dev/sw-plugin-devtools) plugin to deliver smart template insights right inside your browser inspector.
4
4
## Features
5
5
6
6
-**DevTools Sidebar Panel**: Adds a "Shopware" sidebar in the Chrome Elements panel
@@ -15,7 +15,7 @@ A Chrome and Edge extension that works with the [Sidworks DevTools Shopware](../
15
15
## Requirements
16
16
17
17
-**Browser**: Chrome, Edge, or any Chromium-based browser (Manifest V3 compatible)
18
-
-**Shopware Plugin**: [SidworksDevTools plugin](../) must be installed and enabled
18
+
-**Shopware Plugin**: [Sidworks DevTools plugin](https://github.com/sidworks-dev/sw-plugin-devtools) must be installed and enabled
19
19
-**Debug Mode**: Shopware must be running with `APP_ENV=dev`
20
20
-**IDE** (optional): PHPStorm or VSCode for "Open in IDE" functionality
21
21
@@ -27,7 +27,7 @@ A Chrome and Edge extension that works with the [Sidworks DevTools Shopware](../
27
27
2. Enable **Developer mode** (toggle in top-right corner)
28
28
3. Click **Load unpacked**
29
29
4. Navigate to and select this `chrome-extension/` directory
30
-
5. The Sidworks DevTools icon will appear in your toolbar
30
+
5. The [Sidworks DevTools plugin](https://github.com/sidworks-dev/sw-plugin-devtools) icon will appear in your toolbar
31
31
32
32
### Configure Extension
33
33
@@ -169,7 +169,7 @@ This extension uses vanilla JavaScript with no build process. Just edit and relo
169
169
170
170
1. Make code changes
171
171
2. Go to `chrome://extensions/`
172
-
3. Click the reload icon for Sidworks DevTools
172
+
3. Click the reload icon for [Sidworks DevTools plugin](https://github.com/sidworks-dev/sw-plugin-devtools)
0 commit comments