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-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,13 @@
1
1
A Google Chrome developer tools extension for use by [Solidus](https://github.com/solidusjs/solidus) developers. Provides real-time introspection of API data and access to Solidus server error logs for use in debugging preprocessors executed in the Node.js runtime environment.
2
2
3
+

4
+
3
5
#Clone
4
6
* Clone the repo with `git clone https://github.com/solidusjs/devtools-solidus.git devtools-solidus`
5
7
6
8
#Installation
7
-
*Find the `.crx` file you want in the `dist/` directory. We recommend using the latest version, or you can manually build your own (see below).
8
-
* Open <chrome://extensions> in Chrome
9
+
*Download the `.crx` file from the latest release, or you can manually build your own (see below).
10
+
* Open [chrome://extensions](chrome://extensions) in Chrome.
9
11
* Drag and drop the `.crx` file onto the page and click "Add" to install.
0 commit comments