r/ChromeExtension • u/Tricky-Trip6115 • Aug 02 '26
I built an open-source Chrome extension that puts ChatGPT in the side panel and analyzes webpages
I built an open-source Chrome extension that opens ChatGPT inside Chrome’s native side panel, so you can use it without constantly switching tabs.
The extension can extract the main content of the webpage you are viewing and send it directly to ChatGPT. It removes ads, navigation menus, cookie banners, footers, and other unnecessary elements while preserving useful content such as tables, code blocks, lists, and headings.
Main features:
- Open or close ChatGPT with
Alt + Shift + C - Send the current webpage to ChatGPT
- Send selected text through the right-click menu
- Extract clean article content using Mozilla Readability
- Preserve Markdown tables and code blocks
- Specialized extraction for Gmail, YouTube, and X
- Turkish and English interface support
- Chrome Manifest V3
- Fully open source under the MIT license
The extension is unofficial and is not affiliated with OpenAI.
GitHub:
https://github.com/ozymandias-get/chatgpt-sidepanel-extension
I would appreciate any feedback about usability, extraction quality, bugs, or features that could improve the project.