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
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,17 +41,17 @@
41
41
<h3>Chrome/Edge Installation</h3>
42
42
<ol>
43
43
<li>Go to the <a href="https://github.com/cmolisee/session-storage-hub/releases/latest">latest release page</a>.</li>
44
-
<li>Download Chrome or Edge and unpack.</li>
44
+
<li>Download Chrome Extension or Edge Extension and unpack. Unpacking will result in the following folder structure: /dist/chrome-mv3, or similar. You can rename the /dist folder to make it easier to find as you see fit</li>
45
45
<li>Go to <em>Extension Manager</em> on Google Chrome and enable developer mode.</li>
46
-
<li>Select Load unpacked and choose the /dist/chrome-mv3 folder from the unpacked source code files you downloaded.</li>
46
+
<li>Select Load unpacked and choose the /dist/chrome-mv3 folder (or similar) from the unpacked files you downloaded.</li>
47
47
<li>Reload your browser and you should now be able to use the extension.</li>
48
48
(Optional: pin the extension to your toolbar).
49
49
</ol>
50
50
<hr>
51
51
<h3>Safari/Firefox Installation</h3>
52
52
<ol>
53
53
<li>Go to the <a href="https://github.com/cmolisee/session-storage-hub/releases/latest">latest release page</a>.</li>
54
-
<li>Download Safari or Firefox and unpack.</li>
54
+
<li>Download Safari Extension or Firefox Extension and unpack.</li>
55
55
<li>Follow the safari/Edge documentation for installing an unsigned extension.</li>
0 commit comments