Installation
Install Yako from your browser's official extension store.
The recommended installation path is the official store for your browser. Store installs update automatically and do not require developer mode.
Microsoft Edge
- Open the Yako listing on Microsoft Edge Add-ons
- Select Get
- Confirm the install prompt
- Open a new tab to start using Yako
Google Chrome
- Open the Yako listing on the Chrome Web Store
- Select Add to Chrome
- Confirm the install prompt
- Open a new tab to start using Yako
Firefox
- Open the Yako listing on Firefox Add-ons
- Select Add to Firefox
- Confirm the install prompt
- Open a new tab to start using Yako
Other Chromium Browsers
Brave
Brave supports Chrome Web Store extensions. Open the Yako listing on the Chrome Web Store and select Add to Brave.
Vivaldi
Vivaldi supports Chrome extensions. Open the Yako listing on the Chrome Web Store and follow the browser prompt. 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
Store installs update automatically through your browser. If you installed Yako manually, replace the local files with the latest release and reload the extension from 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 manual install steps below
Manual install from GitHub
Manual installs are useful for testing, but they do not update automatically. Download the latest ZIP from the Yako releases page and follow the steps for your browser.
Edge manual install
- Download yako-edge.zip from the latest release
- Unzip the file to a folder on your computer, for example
~/yako-edge - Open Edge and go to
edge://extensions - Enable Developer mode
- Select Load unpacked and choose the folder you unzipped
Chrome manual install
- Download yako-chrome.zip from the latest release
- Unzip the file to a folder on your computer, for example
~/yako-chrome - Open Chrome and go to
chrome://extensions - Enable Developer mode
- Select Load unpacked and choose the folder you unzipped
Firefox temporary install
- Download yako-firefox.zip from the latest release
- Unzip the file to a folder on your computer, for example
~/yako-firefox - Open Firefox and go to
about:debugging#/runtime/this-firefox - Select Load Temporary Add-on
- Choose
manifest.jsonfrom the folder you unzipped
Note: Firefox temporary add-ons are removed when the browser closes. Use the Firefox Add-ons store listing for a permanent install.