AI Context Helper
A Chrome extension that simulates AI editor file selection features, allowing quick context selection in any AI chat website with @ and # symbols.
• Copy the embed code to showcase this product on your website
• Share on X to spread the word about this amazing tool
在中Cursor你的每次对话都会消耗你的请求次数,在开发中,我往往会使用其他免费的AI网站进行辅助,比如一些简单的问题查询,和代码理解,但是每次都需要进行文件上传和或者复制粘贴,这样太麻烦了,所以我选择花一点时间编写了一个扩展,辅助我快速选择上下文。我最喜欢使用的是Gemini,超长的上下文理解帮助帮助我解决了很问题。# AI Context Helper - Chrome浏览器插件一个模拟AI编辑器文件选择功能的Chrome浏览器插件,让你可以在任何AI聊天网站中快速选择文件上下文。### 源码地址https://github.com/happy-green-pants/AiContextHelper## 📦 安装方法### 1. 下载源码bashgit clone https://github.com/happy-green-pants/AiContextHelper.gitcd AiContextHelper
## 🎯 主要功能- 文件快速选择: 使用 @
或 #
符号唤起文件选择下拉菜单- 智能搜索: 支持文件名模糊搜索和快速过滤- 键盘导航: 使用上下箭头键选择文件,回车确认- 自动替换: 发送消息时自动将文件引用替换为实际文件内容- 广泛兼容: 支持ChatGPT、Claude、Gemini等主流AI聊天网站## 🚀 使用方法### 基本操作1. 在任意网站的输入框中输入 @
或 #
2. 开始输入文件名进行搜索3. 使用键盘上下键选择文件4. 按tab键确认选择### 快捷键- ↑↓
- 上下选择文件- Tab
- 确认选择文件- Esc
- 关闭文件选择菜单