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
+14-5Lines changed: 14 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,8 @@
1
-
# htmx-debugger v1.0.0 - 2024-09-30
1
+
# htmx-debugger v1.0.3 - 2024-10-02
2
2
3
3
## Overview
4
4
5
-
htmx-debugger is a powerful Chrome extension designed to help developers debug and analyze htmx applications. It provides a comprehensive and user-friendly interface for viewing htmx events, requests, and responses in real-time. This tool is essential for understanding and troubleshooting htmx-powered web applications, making the development process smoother and more efficient.
5
+
htmx-debugger is a powerful browser extension (compatible with Chrome and Firefox) designed to help developers debug and analyze htmx applications. It provides a comprehensive and user-friendly interface for viewing htmx events, requests, and responses in real-time. This tool is essential for understanding and troubleshooting htmx-powered web applications, making the development process smoother and more efficient.
6
6
7
7

8
8
@@ -26,20 +26,27 @@ htmx-debugger is a powerful Chrome extension designed to help developers debug a
26
26
27
27
## Installation
28
28
29
-
### Chrome Web Store (Recommended)
29
+
### Chrome Web Store (Recommended - ONCE PUBLISHED, STILL TBD A/O 2024-10-02)
30
30
31
-
1. Visit the [htmx-debugger page](https://chrome.google.com/webstore/detail/htmx-debugger/[extension-id]) on the Chrome Web Store.
31
+
1. Visit the [htmx-debugger page](https://chrome.google.com/webstore/detail/htmx-debugger/kjafpfamndifhkidbjebdnfjiebgdckf) on the Chrome Web Store.
32
32
2. Click the "Add to Chrome" button.
33
33
3. Confirm the installation when prompted.
34
34
35
-
### Manual Installation (For developers)
35
+
### Manual Chrome Installation
36
36
37
37
1. Clone this repository or download the source code.
38
38
2. Open Google Chrome and navigate to `chrome://extensions/`.
39
39
3. Enable "Developer mode" by toggling the switch in the top right corner.
40
40
4. Click on "Load unpacked" and select the directory containing the extension files.
41
41
5. The htmx-debugger extension should now appear in your list of installed extensions.
42
42
43
+
### Manual Firefox Installation
44
+
45
+
1. Download the latest release file for Firefox browsers.
46
+
2. Open Firefox and navigate to `about:debugging#/runtime/this-firefox`.
47
+
3. Click on "Load Temporary Add-on..." and select the downloaded release file.
48
+
4. The htmx-debugger extension should now appear in your list of installed extensions.
49
+
43
50
## Usage
44
51
45
52
### Opening the Debugger
@@ -124,6 +131,8 @@ By using htmx-debugger, users can be assured that their privacy is respected and
124
131
125
132
## Version History
126
133
134
+
- v1.0.3 (2024-10-02): Minor update and new Firefox release
0 commit comments