Skip to content

feat: add GitHub-only Chrome extension chat toggle#8

Open
liu971227-sys wants to merge 1 commit into
inquid:masterfrom
liu971227-sys:feat/chrome-extension-toggle-chat
Open

feat: add GitHub-only Chrome extension chat toggle#8
liu971227-sys wants to merge 1 commit into
inquid:masterfrom
liu971227-sys:feat/chrome-extension-toggle-chat

Conversation

@liu971227-sys
Copy link
Copy Markdown

Summary

  • add a Chrome Extension (Manifest V3) entrypoint
  • inject a toggle button in the lower-right corner on github.com/*
  • show/hide the existing chat UI in an iframe panel
  • switch one insecure script URL to HTTPS for extension compatibility

What this implements for issue #1

  • extension approach using iframe (minimal integration path)
  • toggle button to show/hide chat
  • active only on GitHub domain via content script match
  • basic setup docs in README

Closes #1

@gogl92
Copy link
Copy Markdown
Contributor

gogl92 commented May 12, 2026

Hi, thank you for the PR I got this error while testing it

Loading the script 'https://www.gstatic.com/firebasejs/8.5.0/firebase-app.js' violates the following Content Security Policy directive: "script-src 'self'". Note that 'script-src-elem' was not explicitly set, so 'script-src' is used as a fallback. The action has been blocked.

Copy link
Copy Markdown
Contributor

@gogl92 gogl92 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please take a look at the PR comment.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add this to a Chrome Extension

2 participants