A new tab browser extension for Microsoft users and admins. Quickly search and access Microsoft portals like Entra, Intune, Azure, Defender, and hundreds more — right from your new tab page.
Website: getyako.com
- Fast, lightweight new tab replacement
- Searchbar to find and open 900+ Microsoft portals instantly
- Quick Links pre-configured with popular Microsoft portals (Entra, Intune, M365 Admin, Azure, Defender)
- Browse and add portals from merill/cmd and msportals.io catalogs
- Clock with analog and digital modes
- Greetings with your name
- Dark mode (auto, system, or manual)
- Notes widget with Markdown support
- Solid color or local file backgrounds
- Page layout customization
- Custom CSS styling
- Multilanguage support (42 languages)
- Privacy focused — only requires
storagepermission, no external API calls
| Browser | Link |
|---|---|
| Edge | Coming soon |
| Chrome | Coming soon |
| Firefox | Coming soon |
- Deno runtime
# Install dependencies
deno install
# Build and watch for a specific platform
deno task edge
deno task chrome
deno task firefoxEdge
- Go to
edge://extensions - Enable Developer mode
- Load unpacked and select the
release/edgefolder
Chrome
- Go to
chrome://extensions - Enable Developer mode
- Load unpacked and select the
release/chromefolder
Firefox
- Go to
about:debugging#/runtime/this-firefox - Select "Load temporary Add-on"
- Select
manifest.jsonin therelease/firefoxfolder
deno task format # Format code
deno task types # Type check
deno task build # Production build for all platformsYako is a modified version of Bonjourr, an open source new tab browser extension created by Victor Azevedo and Tahoe Beetschen. The original source code is available at github.com/victrme/Bonjourr.
This project removes Bonjourr's external API dependencies (weather, dynamic backgrounds, quotes, web fonts) and replaces the search bar with a Microsoft portal search powered by locally cached data from merill/cmd and msportals.io.
The translations included in this project were contributed to the original Bonjourr project by its community. We gratefully acknowledge all the translators listed in the Bonjourr repository.
This project is licensed under the GNU General Public License v3.0, the same license as the original Bonjourr project.
Copyright (C) 2025 Merill Fernando
Based on Bonjourr, Copyright (C) Victor Azevedo and Tahoe Beetschen