mirror of
https://github.com/onyx-dot-app/onyx-chrome-extension.git
synced 2026-07-01 18:50:03 -04:00
[PR #3] [MERGED] chrome extension popup and options page #6
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/onyx-dot-app/onyx-chrome-extension/pull/3
Author: @rohoswagger
Created: 12/11/2025
Status: ✅ Merged
Merged: 1/8/2026
Merged by: @rohoswagger
Base:
main← Head:roshan/chrome-extension-revamp📝 Commits (10+)
49898dcchrome extension popup and options page0962521side panel shortcuta995fb5onyx cursor iconfb124cdrefactor some things so it worksf9a8e57cleanup780d3cechrome extension final cleanup8cdbbbcnits1b42463final cleanups1494945onboarding flow684a6ccwelcome.js📊 Changes
19 files changed (+2432 additions, -367 deletions)
View changed files
📝
README.md(+16 -8)📝
manifest.json(+32 -7)📝
service_worker.js(+124 -10)➖
src/pages/background_loader.js(+0 -20)📝
src/pages/onyx_home.html(+66 -67)📝
src/pages/options.html(+510 -44)📝
src/pages/options.js(+71 -30)📝
src/pages/panel.html(+79 -77)📝
src/pages/panel.js(+29 -6)➕
src/pages/popup.html(+252 -0)➕
src/pages/popup.js(+58 -0)➕
src/pages/welcome.html(+618 -0)➕
src/pages/welcome.js(+192 -0)➕
src/styles/selection-icon.css(+39 -0)📝
src/styles/shared.css(+4 -12)📝
src/utils/constants.js(+8 -7)📝
src/utils/content.js(+0 -11)📝
src/utils/error-modal.js(+182 -68)➕
src/utils/selection-icon.js(+152 -0)📄 Description
complete revamp of the chrome extension!
Key Features
Onboarding
Smooth onboarding, prompts you to set the root domain for your onyx instance as well as enabling onyx as the default new tab page
https://github.com/user-attachments/assets/f67b0596-0a51-4347-a8ed-a916476ba2c7
New Tab Page
Override the default new tab page to see your past chats and interact with Onyx!

Sidebar
Open a sidebar directly in your browser to chat with onyx completely integrated into your browser experience! Accessible via

Alt+OCursor
Highlight any text and ask Onyx about it
https://github.com/user-attachments/assets/1752752a-e98e-47d3-82a7-d4203f80e940
Search Engine
Use the
onyxkeyword to use onyx as a search engine in your browser!https://github.com/user-attachments/assets/32798212-e125-4eb5-9032-8c4e1402acad
Popup
Simple popup with some lightweight configuration settings

Settings
Extension settings page with more detailed configuration and settings for the chrome extension

Small Nits
for the search engine omnibox:
?firstMessage=but that didn't work when i tried it.for the sidebar
?defaultSidebarOpen=but wasn't able to get it workingchange to
ChatInputBarto fix some formatting things:🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.