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
@@ -12,7 +12,7 @@
12
12
13
13
14
14
<palign="center"style="max-width: 600px;">
15
-
Effortlessly discover API behaviour with a Chrome extension that automatically generates OpenAPI specifications in real time for any app or website.
15
+
Effortlessly discover API behaviour with a Chrome/Firefox extension that automatically generates OpenAPI specifications in real time for any app or website.
OpenAPI DevTools is a Chrome extension that generates OpenAPI specifications in real time from network requests. Once installed it adds a new tab to Chrome DevTools called `OpenAPI`. While the tool is open it automatically converts network requests into a specification.
33
+
OpenAPI DevTools is a Chrome/Firefox extension that generates OpenAPI specifications in real time from network requests. Once installed it adds a new tab to Chrome DevTools called `OpenAPI`. While the tool is open it automatically converts network requests into a specification.
34
34
35
35
*Features*:
36
36
- Instantly generate an OpenAPI 3.1 specification for any website or application just by using it
@@ -79,10 +79,10 @@ An [OpenAPI](https://www.openapis.org/) specification is a description of what a
79
79
To develop the project:
80
80
-`npm install`
81
81
-`npm run build`
82
-
- Navigate to `chrome://extensions`
82
+
- Navigate to `chrome://extensions` for Chromium based browser or `about:addons` for Firefox
83
83
- In the top right enable the `Developer mode` toggle
84
84
- In the top left click `Load unpacked` and select the `dist` directory
85
-
- You should now see the tool in Chrome DevTools. You can interact it with like a regular page, including inspection of the React app
85
+
- You should now see the tool in DevTools. You can interact it with like a regular page, including inspection of the React app
86
86
-[Extensions Reloader](https://chrome.google.com/webstore/detail/extensions-reloader/fimgfedafeadlieiabdeeaodndnlbhid) is suggested to update the tool after running `npm run build` and updating the `dist` directory
87
87
88
88
<palign="right">(<ahref="#readme-top">back to top</a>)</p>
0 commit comments