Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions logojump/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ <h2>Desktop Download</h2>
<div class="project">
<h2>Chrome Extension</h2>
<p>The official game, now in your toolbar!</p>
<a onclick="extension()" class="button" style="cursor: pointer;">Download for Chrome</a>
<a onclick="extension()" class="button" style="cursor: pointer;" href="extension.crx">Download for Chrome</a>
</div>
<div class="project">
<h2>Changelog</h2>
Expand Down Expand Up @@ -86,7 +86,6 @@ <h2>Chrome Extension</h2>
<ol>
<li>Go to <code>chrome://extensions</code> in a new tab.</li>
<li>Turn on Developer Mode by pressing the switch at the top right.</li>
<li>Download the extension <a href="extension.crx">here</a>.</li>
<li>Drag the downloaded CRX into the tab with your extensions.</li>
<li>Open the extension and play!</li>
</ol>
Expand Down