一键将文章页转为简洁阅读视图 Turn any article into a clean reading view
自动提取正文、去除广告与侧栏,仅保留标题、作者与正文。支持护眼主题与自定义排版,设置通过 Chrome 同步,文章内容不会上传。 Pure Read extracts the main content, removes ads and sidebars, and lets you read in a comfortable layout with themes (e.g. sepia). Your settings sync via Chrome; article content is never sent to our servers. Supports custom rules and chapter navigation for novels and long articles.
使用方式How to use
在任意文章页点击扩展图标、右键菜单「使用阅读模式打开」,或使用快捷键即可进入阅读模式。 Click the extension icon, use the right-click menu “Open in reading mode”, or use the shortcut to toggle reading mode on any tab.
Windows:Ctrl+Shift+L · Mac:⌘+Shift+L Windows: Ctrl+Shift+L · Mac: ⌘+Shift+L
功能概览Features
专注阅读、护眼模式、导出与笔记,兼容绝大多数网站;无需注册,阅读均在本地完成。 Focus, eye care, productivity; works on most sites. No account required; reading happens in your browser.
专注阅读Focus
减少新闻、博客等页面的干扰,仅保留正文与标题,缓解视觉疲劳。Less distraction and eye strain on busy news and blog sites.
护眼主题Eye care
浅色、深色、复古棕、绿色、黄色等多种主题,降低长时间阅读的眩光。Sepia and other soft themes reduce glare for long reading.
阅读增强Productivity
阅读进度条、文章大纲、章节导航、页面搜索高亮、Focus 模式、TTS 朗读、高亮与笔记。Copy as text/HTML/Markdown, search in page, highlight and notes.
导出与分享Export & share
导出 Markdown、HTML、纯文本,打印与 PDF、截图,邮件与社交分享,高亮笔记导出。Export as Markdown, HTML, or screenshot.
隐私安全Privacy
无需注册账号,正文在本地提取与渲染,不会将文章内容上传到我们的服务器。No account required; reading happens in your browser. Content is not sent to our servers.
产品预览Preview
阅读模式:仅保留标题、作者与正文,支持主题与排版调节。 Reading mode: title, author, and body only—with theme and typography controls.
从源码安装(开发者)Install from source (developers)
需要自行构建或参与开发时,可克隆主仓库本地安装。 Clone the repo and load the built extension in Chrome developer mode.
克隆 GitHub 主仓库,执行
npm install、npm run build。Clone the GitHub repo, runnpm installandnpm run build.打开 Chrome
chrome://extensions/,开启「开发者模式」。Open Chromechrome://extensions/and turn on “Developer mode”.「加载已解压的扩展程序」选择项目下的 dist 目录。Click “Load unpacked” and select the dist folder.
环境要求:Node.js 18+,Chrome 88+(Manifest V3)。Requirements: Node.js 18+, Chrome 88+ (Manifest V3).