{"id":25013814,"url":"https://github.com/hanlinlibham/ablebutton-deepseek","last_synced_at":"2026-02-18T14:02:29.936Z","repository":{"id":274732679,"uuid":"923648522","full_name":"hanlinlibham/ablebutton-deepseek","owner":"hanlinlibham","description":"AbleButton 是一个智能的 Chrome 侧边栏扩展，它可以帮助你分析网页内容、执行联网搜索和处理文件。它默认使用 DeepSeek API 来提供智能对话功能，旨在于提供api应用场景，降低使用门槛。","archived":false,"fork":false,"pushed_at":"2025-04-04T02:56:12.000Z","size":2731,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-24T18:21:11.987Z","etag":null,"topics":["chrome-extension","deepseek","javascript"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hanlinlibham.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-01-28T16:14:51.000Z","updated_at":"2025-04-04T02:56:05.000Z","dependencies_parsed_at":null,"dependency_job_id":"5e5c12fe-6a6f-4947-84a3-3774b4061b8d","html_url":"https://github.com/hanlinlibham/ablebutton-deepseek","commit_stats":null,"previous_names":["hanlinlibham/ablebutton-deepseek"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/hanlinlibham/ablebutton-deepseek","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hanlinlibham%2Fablebutton-deepseek","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hanlinlibham%2Fablebutton-deepseek/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hanlinlibham%2Fablebutton-deepseek/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hanlinlibham%2Fablebutton-deepseek/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hanlinlibham","download_url":"https://codeload.github.com/hanlinlibham/ablebutton-deepseek/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hanlinlibham%2Fablebutton-deepseek/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29581520,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-18T13:56:48.962Z","status":"ssl_error","status_checked_at":"2026-02-18T13:54:34.145Z","response_time":162,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["chrome-extension","deepseek","javascript"],"created_at":"2025-02-05T07:15:56.024Z","updated_at":"2026-02-18T14:02:29.930Z","avatar_url":"https://github.com/hanlinlibham.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AbleButton\n\nAbleButton 是一个智能的 Chrome 扩展，它可以帮助你分析网页内容、执行搜索和处理文件。它默认使用 DeepSeek API 来提供智能对话功能，旨在于提供api应用场景，降低使用门槛。\n\n## 功能特点\n\n- 友好支持DEEPSEEKAI 模型（deepseek-chat, deepseek-reasoner）\n- 智能网页内容分析\n- 自定义搜索和分析\n- Token 使用统计\n- 可自定义的 API 设置\n\n## 安装\n\n1. 克隆仓库：\n```bash\ngit clone https://github.com/yourusername/addin_chrome.git\n```\n\n2. 在 Chrome 浏览器中：\n   - 打开 `chrome://extensions/`\n   - 启用\"开发者模式\"\n   - 点击\"加载已解压的扩展程序\"\n   - 选择项目目录\n\n## 配置\n\n1. 获取 DeepSeek API Key：\n   - 访问 [DeepSeek Platform](https://platform.deepseek.com/)\n   - 注册账号并获取 API Key\n\n2. 配置扩展：\n   - 点击扩展图标\n   - 打开设置页面\n   - 输入你的 API Key\n   - 选择要使用的模型\n   - 配置其他参数（温度、最大 token 等）\n\n## 使用说明\n\n1. 基本使用：\n   - 点击扩展图标打开侧边栏\n   - 输入问题或选择文本后右键使用\n   - 查看 AI 响应和分析结果\n\n2. 模型选择：\n   - deepseek-chat：适合一般对话\n   - deepseek-reasoner：适合需要推理的任务 #不稳定，还在查询原因\n\n3. Token 统计：\n   - 在设置页面查看 token 使用情况\n   - 包括上传、下载和总计统计\n\n## 开发\n\n```bash\n# 安装依赖\nnpm install\n\n# 构建扩展\nnpm run build\n\n# 运行测试\nnpm test\n```\n\n## 贡献\n\n欢迎提交 Pull Request 或创建 Issue。\n\n## 许可证\n\n本项目采用 MIT 许可证 - 详见 [LICENSE](LICENSE) 文件。 ","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhanlinlibham%2Fablebutton-deepseek","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhanlinlibham%2Fablebutton-deepseek","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhanlinlibham%2Fablebutton-deepseek/lists"}