Docs

Browser extension

Shorten the current tab, copy the short URL, and keep moving without leaving your workflow.

What it does

Shorten instantly Click the icon to create a short link.
Copy fast One-click copy to the clipboard.
API key auth Uses your OkLeaf API key.

Install in under 2 minutes

Prefer manual install? Download the zip and load the unpacked extension.

1

Download & unzip

Grab the zip and extract it to a folder you’ll keep.

ZIP
2

Open extensions

Go to chrome://extensions (or edge://extensions).

URL
3

Enable developer mode

Toggle Developer Mode to load the unpacked folder.

DEV
4

Load the folder

Select the unzipped folder to install.

+
5

Add API key

Open Options, paste your OkLeaf API key, save.

KEY

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.