|
19 | 19 | <p align="center"> |
20 | 20 | Chrome browser extension to easily view, copy, and paste session storage data from one tab to another. |
21 | 21 | <br /> |
22 | | - <a href=""><strong>Explore the Wiki</strong></a> |
| 22 | + <a href="https://github.com/cmolisee/session-storage-hub/wiki"><strong>Explore the Wiki</strong></a> |
23 | 23 | <br /> |
24 | 24 | <br /> |
25 | | - <a href="">Report Bug</a> |
| 25 | + <a href="https://github.com/cmolisee/session-storage-hub/wiki/Session-Storage-Hub-%E2%80%90-Report-an-Issue">Report Bug</a> |
26 | 26 | · |
27 | | - <a href="">Request Feature</a> |
| 27 | + <a href="https://github.com/cmolisee/session-storage-hub/wiki/Session-Storage-Hub-%E2%80%90-Submit-an-Idea">Request Feature</a> |
28 | 28 | · |
29 | | - <a href="">Discussions</a> |
| 29 | + <a href="https://github.com/cmolisee/session-storage-hub/discussions/categories/general">Discussions</a> |
30 | 30 | </p> |
31 | 31 | </div> |
32 | 32 |
|
33 | | -<details> |
34 | | - <summary>Table of Contents</summary> |
35 | | - <ol> |
36 | | - <li><a href="#installation">Installation</a></li> |
37 | | - <li><a href="#usage">Usage</a></li> |
38 | | - <li><a href="#acknowledgments">Acknowledgments</a></li> |
39 | | - </ol> |
40 | | -</details> |
41 | | - |
42 | | -## Installation |
43 | | - |
44 | | -### Terminal |
45 | | - |
46 | | -1. Open your terminal and clone the repository |
47 | | - |
48 | | -``` |
49 | | -git clone https://github.com/cmolisee/session-storage-hub.git |
50 | | -``` |
51 | | - |
52 | | -2. Change directory to where you cloned the files and install dependencies |
53 | | - |
54 | | -``` |
55 | | -cd <path/to/repo> && npm i |
56 | | -``` |
57 | | - |
58 | | -3. Build the project |
59 | | - |
60 | | -``` |
61 | | -npm run build |
62 | | -``` |
63 | | - |
64 | | -4. Open the 'extension manager' in your chrome browser |
65 | | -5. Turn on 'developer mode' and click 'load unpacked' |
66 | | -6. Select the build folder generated from the previous step |
67 | | - |
68 | | -<p align="right">(<a href="#readme-top">back to top</a>)</p> |
69 | | - |
70 | | -### Release Artifacts |
71 | | - |
72 | | -1. Download the latest release |
73 | | - [Releases](https://github.com/cmolisee/session-storage-hub/releases) |
74 | | -2. Open the 'extension manager' in your chrome browser |
75 | | -3. Turn on 'developer mode' and click 'load unpacked' |
76 | | -4. Select the build folder generated from the previous step |
77 | | - |
78 | | -<p align="right">(<a href="#readme-top">back to top</a>)</p> |
79 | | - |
80 | | -## Usage |
81 | | - |
82 | | -For additional information on usage see |
83 | | -[Usage](https://github.com/cmolisee/session-storage-hub/wiki) |
84 | | - |
85 | | -<p align="right">(<a href="#readme-top">back to top</a>)</p> |
| 33 | +<div align="center"> |
| 34 | + <h3>Table of Contents</h3> |
| 35 | + <div><a href="https://github.com/cmolisee/session-storage-hub/wiki/How-To-Install">Installation</a></div> |
| 36 | + <div><a href="https://github.com/cmolisee/session-storage-hub/wiki/Session-Storage-Hub-%E2%80%90-Usage">Usage</a></div> |
| 37 | + <dib><a href="https://github.com/cmolisee/session-storage-hub/wiki/Session-Storage-Hub-%E2%80%90-Submit-an-Idea">Submit an Idea</a></div> |
| 38 | + <div><a href="https://github.com/cmolisee/session-storage-hub/wiki/Session-Storage-Hub-%E2%80%90-Report-an-Issue">Report an Issue</a></div> |
| 39 | +</div> |
86 | 40 |
|
87 | 41 | <!-- shields --> |
88 | 42 |
|
|
0 commit comments