English | 中文
Fast AI helper for any webpage: select text, click once, get instant streaming output.
This extension provides three quick actions on selected text and page content:
- AI Explain: explain selected text in simple Chinese
- To Chinese: translate selected text to concise Chinese
- To MD: turn current webpage content into a clean, compact Markdown summary
Built for reading, research, and quick note-taking directly in browser.
- No tab switching: run explain, translate, and markdown conversion in-page
- Streaming response: see generated content as it arrives
- Lightweight workflow: selection toolbar plus floating result panel
- Copy-friendly output: Markdown result is easy to copy into docs, wiki, or notes
- Open Chrome and go to chrome://extensions/
- Enable Developer mode
- Click Load unpacked and select the chorme_marker_AI folder
- Open extension Details
- Open Extension options
- Choose provider (Moonshot/Kimi or DeepSeek), paste corresponding API key, and click Save
- Optional: click Test to verify authentication
- Open any webpage
- Select text to show the floating toolbar
- Click AI Explain, To Chinese, or To MD
- Read streaming result in the result card and copy content when needed
- Floating action toolbar for selected text
- Streaming generation from Moonshot/Kimi or DeepSeek API
- Model auto-detection with fallback priority
- Error feedback in result card when request fails
- API key storage via extension options
- manifest.json: Chrome extension manifest (MV3)
- background.js: provider routing, API calls, model resolution, streaming pipeline
- content.js: toolbar interactions, action dispatch, result rendering
- content.css: toolbar and result card styles
- options.html: options UI
- options.js: provider and API key save/test logic
- Moonshot endpoint: https://api.moonshot.cn/v1/chat/completions
- Moonshot model list endpoint: https://api.moonshot.cn/v1/models
- DeepSeek endpoint: https://api.deepseek.com/chat/completions
- DeepSeek model list endpoint: https://api.deepseek.com/models
- Permissions: storage
- Host permissions: https://api.moonshot.cn/, https://api.deepseek.com/
- Content script match: all urls
chrome extension, kimi, moonshot, ai explain, translate to chinese, markdown generator, webpage to markdown, browser productivity, mv3, selection toolbar, streaming ai output
Chrome 插件, Kimi 插件, 网页翻译, 网页解释, 网页转 Markdown, 划词工具, 浏览器 AI 助手, 流式输出, Moonshot API, MV3 扩展
MIT License. See LICENSE.
