Skip to content

Commit ea5dc63

Browse files
committed
Update README.md
- Add the Chrome Web Store link to the installation section. - Add a usage section to explain how to use the extension.
1 parent 4461ba0 commit ea5dc63

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

README.md

+17
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,30 @@ both browsers.
99

1010
## How to install
1111

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+
1219
- Clone the repository.
1320
- Navigate to `chrome://extensions/` and enable the developer mode on the top
1421
right corner.
1522
- Click "Load unpacked" and select the extension folder.
1623
- Once loaded, the extension icon should appear inside the "Extension" menu on
1724
your Chrome toolbar. Click on the "Pin" button to add it to the toolbar directly.
1825

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+
1936
## Development
2037

2138
Currently there is no bundler in the project for faster development. But we do

0 commit comments

Comments
 (0)