Skip to content
Merged
Show file tree
Hide file tree
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
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,9 @@ Adding a provider is designed to be a single-file contribution — see

## Install

**Website:** <https://devudilip.github.io/ration> · **Chrome Web Store:**
coming soon (see `docs/store/` for the submission package).
**⭐ Easiest — [Chrome Web Store](https://chromewebstore.google.com/detail/ration-%E2%80%94-ai-quota-tracker/lhmbecapbijngjmmbojinikaaabeajoe):**
one click, auto-updates. Works on Chrome, Brave, Edge, Opera and other
Chromium browsers. (**Website:** <https://devudilip.github.io/ration>)

**Option A — from a release (no build tools needed):**

Expand Down
28 changes: 19 additions & 9 deletions site/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -165,14 +165,19 @@ <h1>Ration <span>— AI Quota Tracker</span></h1>
Free, open source, and it never phones home.
</p>
<div class="buttons">
<span class="btn soon" title="Under review — install from the zip meanwhile"
>Chrome Web Store<small>coming soon</small></span
<a
class="btn primary"
href="https://chromewebstore.google.com/detail/ration-%E2%80%94-ai-quota-tracker/lhmbecapbijngjmmbojinikaaabeajoe"
>Add to Chrome — it's free</a
>
<a class="btn primary" href="https://github.com/devudilip/ration/releases/latest"
>Download latest zip</a
<a class="btn" href="https://github.com/devudilip/ration/releases/latest"
>Download zip</a
>
<a class="btn" href="https://github.com/devudilip/ration">GitHub</a>
</div>
<p style="color: var(--fg-muted); font-size: 13px; margin: 10px 0 0">
Works on Chrome, Brave, Edge, Opera and other Chromium browsers.
</p>
<picture>
<source srcset="assets/popup-dark.png" media="(prefers-color-scheme: dark)" />
<img
Expand Down Expand Up @@ -213,18 +218,23 @@ <h3>A badge that warns first</h3>

<section>
<div class="wrap">
<h2>Install (until the store listing is live)</h2>
<h2>Install</h2>
<p>
<a
href="https://chromewebstore.google.com/detail/ration-%E2%80%94-ai-quota-tracker/lhmbecapbijngjmmbojinikaaabeajoe"
>Install from the Chrome Web Store</a
>
(one click, auto-updates), then click the Ration icon and toggle on the providers
you use — each one asks for permission to its own site only, at that moment.
</p>
<p>Prefer installing from source? The manual path:</p>
<ol class="install">
<li>
<a href="https://github.com/devudilip/ration/releases/latest">Download the zip</a>
and unzip it.
</li>
<li>Open <code>chrome://extensions</code> and switch on <b>Developer mode</b>.</li>
<li><b>Load unpacked</b> → select the unzipped folder.</li>
<li>
Click the Ration icon and toggle on the providers you use — each one asks for
permission to its own site only, at that moment.
</li>
</ol>
</div>
</section>
Expand Down
Loading