Skip to content

Commit a0feaab

Browse files
committed
2 parents 32c7363 + 6086c7e commit a0feaab

File tree

1 file changed

+32
-14
lines changed

1 file changed

+32
-14
lines changed

README.md

Lines changed: 32 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,25 @@ Chrome extension to get easier access to Mist APIs and Mist API Tokens.
44
* [Features](#features)
55
* [Installation](#installation)
66

7+
## MIT LICENSE
8+
9+
Copyright (c) 2021 Thomas Munzer
10+
11+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
12+
13+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
16+
17+
718
# Features
819
## API Tab
920
### When on the Mist Dashboard
1021
* Quick access to the Mist IDs (org_id, site_id and object_id) from the current Mist dashboard page
1122
* Direct access to the Mist API Pages (Django) from the current Mist dashboard page
1223

1324
<div>
14-
<img src="._readme/img/api.png" width="50%">
25+
<img src="https://github.com/tmunzer/mist_chrome_extension/raw/main/._readme/img/api.png" width="50%">
1526
</div>
1627

1728
### When on a Django Page
@@ -20,32 +31,37 @@ Chrome extension to get easier access to Mist APIs and Mist API Tokens.
2031
* Direct access to the Online API Documentation for the current API Call (GET/POST/PUT/DELETE)
2132

2233
<div>
23-
<img src="._readme/img/django.png" width="50%">
34+
<img src="https://github.com/tmunzer/mist_chrome_extension/raw/main/._readme/img/django.png" width="50%">
2435
</div>
2536

2637
## Account Tab
27-
* List all the current valid Mist session in the web browser for manage.mist.com, manage.eu.mist.com, manage.gc1.mist.com
28-
* Manage User API Token (list / delete / create)
29-
* Manage Org API Token (list / delete / create)
30-
3138

39+
* List all the current valid Mist session in the web browser for manage.mist.com, manage.eu.mist.com, manage.gc1.mist.com
3240
<div>
33-
<img src="._readme/img/accounts_list.png" width="40%">
41+
<img src="https://github.com/tmunzer/mist_chrome_extension/raw/main/._readme/img/accounts_list.png" width="40%">
3442
</div>
43+
44+
45+
* Manage User API Token (list / delete / create)
46+
3547
<div>
36-
<img src="._readme/img/accounts_create.png" width="40%">
37-
<img src="._readme/img/accounts_manage.png" width="40%">
48+
<img src="https://github.com/tmunzer/mist_chrome_extension/raw/main/._readme/img/accounts_create.png" width="40%">
49+
<img src="https://github.com/tmunzer/mist_chrome_extension/raw/main/._readme/img/accounts_manage.png" width="40%">
3850
</div>
51+
52+
53+
* Manage Org API Token (list / delete / create)
54+
3955
<div>
40-
<img src="._readme/img/accounts_org_create.png" width="40%">
41-
<img src="._readme/img/accounts_org_manage.png" width="40%">
56+
<img src="https://github.com/tmunzer/mist_chrome_extension/raw/main/._readme/img/accounts_org_create.png" width="40%">
57+
<img src="https://github.com/tmunzer/mist_chrome_extension/raw/main/._readme/img/accounts_org_manage.png" width="40%">
4258
</div>
4359

4460
## About Tab
4561
* Quick access to the Mist API documentation (Mist official documentation, Postman documentation, OpenAPI documentation)
4662
* Version check from the extension to know if a new version is available, and download new versions directly from the extension
4763
<div>
48-
<img src="._readme/img/about.png" width="40%">
64+
<img src="https://github.com/tmunzer/mist_chrome_extension/raw/main/._readme/img/about.png" width="40%">
4965
</div>
5066

5167

@@ -56,10 +72,12 @@ This extension is not yet available on the [Chrome Web Store](https://chrome.goo
5672
3. Go to the web browser Extensions Page: <a href="chrome://extensions" target="_blank">chrome://extensions</a>
5773
4. Enable the **Developper Mode**
5874

59-
<img src="._readme/img/dev_mode.png" width="80%">
75+
<img src="https://github.com/tmunzer/mist_chrome_extension/raw/main/._readme/img/dev_mode.png" width="80%">
76+
6077
5. Click **Load Unpacked** and select the unzipped folder
6178

62-
<img src="._readme/img/load_unpacked.png" width="40%">
79+
<img src="https://github.com/tmunzer/mist_chrome_extension/raw/main/._readme/img/load_unpacked.png" width="40%">
80+
6381
6. The extension is ready to use!
6482

6583

0 commit comments

Comments
 (0)