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
+17
Original file line number
Diff line number
Diff line change
@@ -9,13 +9,30 @@ both browsers.
9
9
10
10
## How to install
11
11
12
+
[The Firefox Profiler extension can be installed from the Chrome Web Store.](https://chromewebstore.google.com/detail/firefox-profiler/ljmahpnflmbkgaipnfbpgjipcnahlghn)
13
+
14
+
### Manual install
15
+
16
+
If you would like to install the extension directly from its source code, you
17
+
can follow the steps below:
18
+
12
19
- Clone the repository.
13
20
- Navigate to `chrome://extensions/` and enable the developer mode on the top
14
21
right corner.
15
22
- Click "Load unpacked" and select the extension folder.
16
23
- Once loaded, the extension icon should appear inside the "Extension" menu on
17
24
your Chrome toolbar. Click on the "Pin" button to add it to the toolbar directly.
18
25
26
+
## Usage
27
+
28
+
Using the extension is straightforward:
29
+
30
+
1. Once you've installed the extension and added it to your toolbar, simply click the Firefox Profiler button to begin recording. Alternatively, you can start recording by pressing `Ctrl+Shift+1`.
31
+
32
+
2. Now that the profiler is recording, perform the actions you'd like to capture.
33
+
34
+
3. When you've completed the actions, click the Firefox Profiler button again to stop recording and capture the profile. You can also press `Ctrl+Shift+2` to finalize the profile and open it in Firefox Profiler.
35
+
19
36
## Development
20
37
21
38
Currently there is no bundler in the project for faster development. But we do
0 commit comments