Installation
Get Yako installed in your browser.
Download the latest release from the Yako releases page on GitHub. Each release includes a ZIP file for every supported browser.
Microsoft Edge
- Go to the releases page and download yako-edge.zip from the latest release
- Unzip the file to a folder on your computer (e.g.
~/yako-edge) - Open Edge and go to
edge://extensions - Enable Developer mode (toggle in the bottom-left corner)
- Click Load unpacked and select the folder you unzipped
Google Chrome
- Go to the releases page and download yako-chrome.zip from the latest release
- Unzip the file to a folder on your computer (e.g.
~/yako-chrome) - Open Chrome and go to
chrome://extensions - Enable Developer mode (toggle in the top-right corner)
- Click Load unpacked and select the folder you unzipped
Firefox
- Go to the releases page and download yako-firefox.zip from the latest release
- Open Firefox and go to
about:debugging#/runtime/this-firefox - Click Load Temporary Add-on
- Select the yako-firefox.zip file directly (no need to unzip)
Note: Temporary add-ons in Firefox are removed when the browser closes. For a permanent install, Yako will need to be published to Firefox Add-ons (coming soon).
Other Chromium Browsers
Brave
Brave is Chromium-based. Download yako-chrome.zip from the
releases page,
unzip it, then go to brave://extensions, enable Developer mode,
and click Load unpacked.
Vivaldi
Vivaldi supports Chrome extensions. Follow the Chrome instructions above using
vivaldi://extensions. Note that new window behavior may differ from new tab behavior.
Opera
Opera does not allow extensions to modify its new tab page. A workaround is to use a third-party extension that redirects your new tab to a custom URL.
Updating
To update, download the latest ZIP from the releases page, unzip it to the same folder (replacing the old files), then click the reload button on your browser's extensions page.
Building from source
If you prefer to build from source:
- Clone the repository
- Install Deno
- Run
deno install - Run
deno task chrome,deno task edge, ordeno task firefox - Load the extension from the
release/<browser>folder using the steps above