GitHub Chat Extension
This Chrome extension adds a small chat toggle to the lower-right corner of every github.com/* page. Opening the toggle displays GitHub Chat in an iframe when the configured chat endpoint allows embedding, and passes the current GitHub URL as github_url.
- Open
chrome://extensions. -
- Enable Developer mode.
-
- Click "Load unpacked".
-
- Select this folder.
-
-
Visit any
https://github.com/*page and click the "Chat" button. -
The default chat endpoint is
https://github-chat.com/. That host currently blocks iframe embedding, so the extension shows an "Open Chat" fallback for the default URL. To use an embeddable chat endpoint, open the extension details page, select "Extension options", and save the preferred chat URL.
-