Skip to content

Commit 571ccfe

Browse files
committed
docs: Update links to Chrome Web Store listing
- Add Chrome Web Store install link to README - Update index.html primary CTA to Chrome Web Store - Change 'Download' to 'Install' for clarity - Update footer links to prioritize Chrome Web Store - Extension now live at chromewebstore.google.com
1 parent ce4c5b2 commit 571ccfe

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Transform your new tab into a mesmerizing double pendulum physics simulation wit
5151
## Installation
5252

5353
### From Chrome Web Store
54-
*Coming soon*
54+
**[Install Chaos Tab](https://chromewebstore.google.com/detail/chaos-tab/behocjpnacdldpecdiikadmackpbdpha)** - One-click install from the official Chrome Web Store
5555

5656
### Manual Installation (Developer Mode)
5757

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -361,8 +361,8 @@ <h1>Chaos Tab</h1>
361361
<p class="tagline">Transform your new tab into a mesmerizing physics simulation with powerful productivity tools</p>
362362

363363
<div class="cta-buttons">
364-
<a href="https://github.com/theabbie/ChaosTab/releases" class="btn btn-primary">
365-
<span>⬇️</span> Download Extension
364+
<a href="https://chromewebstore.google.com/detail/chaos-tab/behocjpnacdldpecdiikadmackpbdpha" class="btn btn-primary">
365+
<span>⬇️</span> Install Extension
366366
</a>
367367
<a href="https://github.com/theabbie/ChaosTab" class="btn btn-secondary">
368368
<span></span> View on GitHub
@@ -538,8 +538,8 @@ <h2 class="support-title">Need Help or Have Feedback?</h2>
538538
<footer>
539539
<div class="footer-content">
540540
<div class="footer-links">
541+
<a href="https://chromewebstore.google.com/detail/chaos-tab/behocjpnacdldpecdiikadmackpbdpha" class="footer-link">Install</a>
541542
<a href="https://github.com/theabbie/ChaosTab" class="footer-link">GitHub</a>
542-
<a href="https://github.com/theabbie/ChaosTab/releases" class="footer-link">Download</a>
543543
<a href="https://github.com/theabbie/ChaosTab/issues" class="footer-link">Support</a>
544544
<a href="https://github.com/theabbie/ChaosTab/blob/master/LICENSE" class="footer-link">License</a>
545545
</div>

0 commit comments

Comments
 (0)