WebAI

Tags
mlfirefoxideachrome
Created
Jul 30, 2025 10:23 AM

目的:

  • (主要)解锁所有网站提供的 AI 功能
  • (次要)利用 AI 提升用户的浏览体验

为啥需要:

  • 对开发者:直接使用标准 AI APIs,利用 AI 的能力服务你的用户
  • 对普通用户:
    • 打通浏览器兼容问题,更方便的配置(多种实现任选)使用网站的 AI 功能
    • 自带的一些功能(主要通过开发者来推广,这是一种自推广手段)
      • 通用功能:翻译、总结、写作…
      • 通过黑名单为一些网站禁止提供某些功能(网站自己有提供、有 bug)

实现方案:

  • 使用 WebExtension 的 AI 能力
  • 下载开源模型本地运行
  • 配置模型调用自己的 API(chatGPT 兼容)
  • 登录调用 mantou 的 API

APIs: Alexandra Klepper Built-in AI APIs  |  AI on Chrome  |  Chrome for DevelopersAlexandra Klepper Built-in AI APIs  |  AI on Chrome  |  Chrome for Developers

Demo: https://chrome.dev/web-ai-demos/

SuperMade with Super