Skip to content

Commit

Permalink
remove manual download
Browse files Browse the repository at this point in the history
  • Loading branch information
johnb8005 authored Feb 4, 2024
1 parent 9052877 commit d8527f3
Showing 1 changed file with 1 addition and 48 deletions.
49 changes: 1 addition & 48 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -82,61 +82,14 @@ <h2 class="text-3xl font-bold text-blue-800 mb-8">See It in Action</h2>
<div class="max-w-3xl mx-auto text-center">
<h2 class="text-3xl font-bold text-blue-800">Get the Extension</h2>
<p class="text-blue-600 mt-2">Ready to improve your workflow?</p>
<a
href="./fetchfast.zip"
download
class="mt-4 inline-block bg-blue-500 text-white py-2 px-6 rounded-full text-lg font-medium hover:bg-blue-600"
><i class="fa fa-download"></i> Download For Free!</a>
<!-- New Chrome Web Store Link -->
<a
href="https://chromewebstore.google.com/detail/http-requester/cphnklgdpghfegmlpihlfhgngfgepiee"
target="_blank"
class="mt-4 ml-4 inline-block bg-green-500 text-white py-2 px-6 rounded-full text-lg font-medium hover:bg-green-600"
><i class="fa-brands fa-chrome"></i> Get it on Chrome Web Store</a>
</div>
</section>


<!-- Installation Guide Section -->
<section class="py-8 bg-white">
<div class="max-w-6xl mx-auto px-4 sm:px-6 lg:px-8">
<h2 class="text-3xl font-bold text-center text-blue-800">
How to Install FetchFast
</h2>
<div class="mt-8 text-blue-600">
<ol class="list-decimal list-inside space-y-4 text-left">
<li>
Click the
<a
href="#download"
class="text-blue-500 underline"
>Download</a
>
button to get the FetchFast ZIP file.
</li>
<li>Unzip the downloaded file to a folder on your computer.</li>
<li>
Open Chrome and go to the Extensions page (chrome://extensions/),
or select "Extensions" from the Chrome menu in the top right
corner of the browser.
</li>
<li>
Enable "Developer mode" by toggling the switch in the top right
corner of the Extensions page.
</li>
<li>
Click the "Load unpacked" button and select the folder where you
unzipped FetchFast.
</li>
<li>
FetchFast is now installed and ready to use! You'll see the
FetchFast icon in your browser's extension area.
</li>
</ol>

</div>
</div>
</section>


<!-- Testimonials Section -->
<section class="py-8 bg-blue-100">
Expand Down

0 comments on commit d8527f3

Please sign in to comment.