No description
  • JavaScript 94.4%
  • CSS 5.6%
Find a file
LIGHTNINGWHALE d8f872567d Initial commit
2026-07-27 16:34:38 +08:00
assets Initial commit 2026-07-27 16:34:38 +08:00
content Initial commit 2026-07-27 16:34:38 +08:00
manifest.json Initial commit 2026-07-27 16:34:38 +08:00
README.md Initial commit 2026-07-27 16:34:38 +08:00
service_worker.js Initial commit 2026-07-27 16:34:38 +08:00

Divesee 潜读DeepReading Overlayv0.3.1

  • 浮动控制台(玻璃拟态),自动吸附页面四角,并按角落方向展开。
  • “沉浸阅读”和“AI沉浸阅读”互斥。
  • “无声阅读”作为自动滚动的总开关:未开启时不会滚动,开启后根据“速度(字/分)”实时调整。
  • 主题只有普通与深色,两者均为玻璃拟态风格。
  • API 端点隐藏在“设置与版权”中。
  • 点击 About 弹出居中小页面。

安装(开发者模式)

  1. 打开 Chrome → chrome://extensions
  2. 右上角开启开发者模式
  3. 点击加载已解压的扩展程序,选择本文件夹。
    • 或将本项目打包:右键此目录压缩为 zip或使用下方提供的 zip 包。

使用

  • 页面左下角默认出现圆形“D”按钮点击展开控制台。
  • 拖动按钮到任一角落后松开,会自动贴边;面板展开方向也会调整。
  • 点击页面任意处或按 Esc 可自动收起面板。
  • “无声阅读”关闭时,速度条可调但不滚动;开启后即刻生效。
  • AI 模式首次刷新本页时调用 apiEndpoint/api/analyze,结果缓存于会话存储。

目录结构

  • manifest.json
  • service_worker.js
  • content/deepread.content.js
  • content/deepread.panel.js
  • content/deepread.styles.css
  • content/stopwords-zh.txt
  • assets/icon-16.png / icon-48.png / icon-128.png

—— Divesee Team Demo · v0.3.1