re-fix (#4584)
Browse files
intergrations/extension_chrome/README.md
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
# Chrome Extension
|
2 |
-
|
3 |
chrome-extension/
|
4 |
│
|
5 |
├── manifest.json # Main configuration file for the extension
|
@@ -19,7 +19,7 @@ chrome-extension/
|
|
19 |
│ ├── utils.js # File containing utility functions
|
20 |
│ └── api.js # File containing API call logic
|
21 |
└── README.md # Instructions for using and installing the extension
|
22 |
-
|
23 |
|
24 |
# Installation
|
25 |
1. Open chrome://extensions/.
|
|
|
1 |
# Chrome Extension
|
2 |
+
```
|
3 |
chrome-extension/
|
4 |
│
|
5 |
├── manifest.json # Main configuration file for the extension
|
|
|
19 |
│ ├── utils.js # File containing utility functions
|
20 |
│ └── api.js # File containing API call logic
|
21 |
└── README.md # Instructions for using and installing the extension
|
22 |
+
```
|
23 |
|
24 |
# Installation
|
25 |
1. Open chrome://extensions/.
|