Browser extension
Shorten the current tab, copy the short URL, and keep moving without leaving your workflow.
What it does
Official stores (recommended)
Install from your browser’s store for automatic updates and trusted distribution.
Install in under 2 minutes
Prefer manual install? Download the zip and load the unpacked extension.
Install for Chrome
Best for Chrome + Brave.
Install for Edge
Use Edge’s extensions page.
Install for Firefox
Use about:addons → Load temporary add‑on.
Download & unzip
Grab the zip and extract it to a folder you’ll keep.
Open extensions
Go to chrome://extensions (or edge://extensions).
Enable developer mode
Toggle Developer Mode to load the unpacked folder.
Load the folder
Select the unzipped folder to install.
Add API key
Open Options, paste your OkLeaf API key, save.
API requirements
The extension uses X-API-Key and calls POST /api/links.
curl -X POST https://okleaf.link/api/links \
-H "X-API-Key: <YOUR_API_KEY>" \
-H "Content-Type: application/json" \
-d '{"url":"https://example.com"}'
Privacy policy: https://okleaf.link/docs/extension-privacy.html
Enterprise auto-update
For private deployments, use the self-hosted manifest and update feed.
{
"update_url": "https://okleaf.link/extension/updates.xml"
}
Use extension/manifest.selfhosted.json when loading the unpacked extension.